If-Else
Overview
Returns a value based on whether a condition is true. The value of the first true condition in the list will be returned, otherwise an optional default value from the 'else' slot will be returned.
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
Use Dynamic Name | Show the Dynamic Name slot in the tree so that it can be set dynamically | Boolean Block Group | No |
Dynamic Name | The dynamic name of this item | Text Block Group | No |
Attributes | Metadata values for this block. Used in XML and multipart/form-data. | Text Block Group | No |
Conditions | The list of conditional branches | Return Condition Block Group | No |
Else | An optional default value to return if none of the conditions is true | Any Data Type Block Group | No |