One-time action template
[scripting/actions/One-time action template]
Template for creating actions that run only once during the execution of the script and record their result into the state. Once a result is recorded, the action will be skipped on the next run.
Keywords: no-code, action, scripting, one-time
Input ports
state:
any
Receives script state.
params:
Output ports
state:
any
Sends updated script state.
Last updated