Run other action
Last updated
Was this helpful?
Last updated
Was this helpful?
The Run Other Action action node is used to call an action within another action.
This action node is useful in several cases:
When logic should be reused across different parts of an app. Central logic can be placed in separate actions and called from other actions.
When actions get very complex. Long actions can often be hard to understand and debug. By splitting actions into smaller portions, it is easier to keep structured and understandable.
Action
Select which action to run. If the selected action uses , these can be passed here.