Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a string value of the text for the currently selected option for a choice or choices column.
Column types supported
choice, choices
Syntax
formContext.getAttribute(arg).getText()
Return Value
Type: String.
Description: The text value of the selected option.
Note
When no option is selected, it will return null.
Related articles
getInitialValue (Client API reference)
getOption (Client API reference)
getOptions (Client API reference)
getSelectedOption (Client API reference)