Using a searchbox to find a specific input

Suppose I have a searchbox with the Static options ‘Calculate Mean’ and ‘Calculate Median’ and a Submit Button to save the response. How can I use the Workflow of the Submit button to check if the Search Box’s value is one of those two options(Calculate mean/median respectively) so that I can reveal a new group?

1 Like

Hello @owarca welcome to the community!

Suppose your searchbox is called searchboxA

Use “searchboxA’s value”

Yes, but how can I compare the searchboxA’s value to an option in Option sets? Doing: Only when searchboxA’s value is Calculate Median

Where Calculate Median is a New option under the Option set ‘Options’