Run other action
The Run Other Action action node is used to call an action within another action.
Usage
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.
Properties
Property
Description
Action
Select which action to run. If the selected action uses action params, these can be passed here.
Last updated
Was this helpful?