How can you get the display value of a select box in Flow DesignerIssue A flow uses Get Catalog Variables to return the value of a Select Box (choice field in Flow Designer). When referenced it returns the internal value, not the display value.CauseIt's stored as the internal value in the table sc_item_option_mtom, that's what Flow Designer looks at. ResolutionYou could write a custom action to use the value and check the table question_choice (value=new_allow AND question=<sysid of question>