Actions vs Functions
Actions are triggered by Control Flow
and values are returned before the output Control Flow
.
Functions are triggered when all values are set.
The simple example below shows an Action
that returns a string generated by a Function
. While the output string is generated as soon as the functions inputs are set, the action's output is only updated once the Control Flow
is triggered by the user action through the Alert Popup
's Ok button.