Get value of Check box field
Function: Get value of Check box field
This action helps you retrieve the selections made in a specific Checkbox Field on your application's user interface. It gathers all the options that a user has checked and stores them as a list of text values, ready for you to use in subsequent steps of your workflow.
Input
- UI element
- Description: This is the specific Checkbox Field on your application's screen from which you want to get the selected options.
- Type: UI element (specifically a Checkbox Field)
- Required: Yes
Output
- Answer
- Description: This is the name of the variable where the list of selected options (as text) from the Checkbox Field will be stored. You can then use this variable in other actions.
- Type: List of Text Values
- Default Value:
CHECKBOX_FIELD_ANSWER
Execution Flow
Real-Life Examples
Here are some examples of how you can use the "Get value of Check box field" action: