Execute a certain action within an other action.
Input parameters
Name | Description | Type | Required | Default value |
---|
Action | The action that you want to execute. | ACTION | true | |
Action parameters | null | ACTION_PARAMS | false | |
Mode | The mode in which you want to run the action. | SELECT_ONE | false | |
Cache results | By setting this property to "true" results of this action will be cached for some time. Allowing you to use the cached values (based on the input parameters) for a defined amount of milliseconds. During this time the action will not be executed again but the cached output values will be used. | BOOLEAN | false | false |
Cache TTL | The amount of milliseconds we should keep & use the output of this action in a cache; | NUMBER | false | 60000 |
Output
Name | Description | Type | Default value |
---|
Action outputs | null | ACTION_OUTPUTS | |