Get label of dropdown field
Get the label of the selected item of a certain dropdown field & store it in the execution scope for further processing.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
UI element | The ui element of which you want to get the answer label from | A UI Element that is on the template linked to the action | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Answer label | The name of the variable in which to store the answer label | STRING | DROPDOWN_FIELD_ANSWER |