Get value of text field
Get the current value of a certain text field & store it in the execution scope for further processing.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Component | The text field component of which you want to get the value from | PART | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Answer | The name of the variable in which to store the value | STRING | TEXT_FIELD_ANSWER |