This list of logic actions allows you to add form conditional logic, store shared variables, map values, and to display custom error messages.
If/then condition
Adds a conditional action with True / False branches to customize the behavior of the flow based on input or properties.
Output object
Output object example
Store shared variable
Stores variables in a private state that is available in your form and across its flows.
You can reference these shared variables using {{vars.*}}. To learn more, read Variables.
Show error message
Displays a custom error message to the user.
This flow action terminates the Flow. Any actions inserted after it won’t be executed.
Maps an input variable to an output based on its values.
Output object
Output object example