Parameter | Description |
---|---|
Condition | Customizable conditional action that triggers True / False branches depending on its result. You can use the AND / OR operators to nest different conditions. |
Property | Type | Description |
---|---|---|
result | Boolean | Returns a true or false response based on the condition result. |
{{vars.*}}
. To learn more, read Variables.
Parameter | Description |
---|---|
Data fields | The variables to be stored in a private state for use in your form and across its flow. Use key/value pairs to add variables. |
Parameter | Description |
---|---|
Error message | The error message to be displayed to the user. |
Parameter | Description |
---|---|
Input value (required) | The input variable. |
Mapping table | Map an input variable value an output. |
Default output value | Sets a default output value to be used when no output value is set in the mapping table. |
Property | Type | Description |
---|---|---|
result | String | Returns the value mapped to an input. |