Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Using the Radio buttons within an app to update a formula value

danettedavis
8 - Asteroid

I am attempting to use the radio buttons within an app to feed the name of the selected radio button into the value in the formula tool, only my values are not updating to the selected option. I've included a screenshot of how I have it set up and the workflow.  The formula is simply adding a tag to the file as an identifier.  Any help would be greatly appreciated!  

1 REPLY 1
apathetichell
20 - Arcturus

You should be using a dropdown for this - not radio buttons. You would really use radio buttons to control optionality of other interface tools - or workflow container enabling/disabling (or detour flows) - for a simple binary selection - use a drop down.

 

If you need to use Radio buttons your formula is if [#1] then '"Kitc"' else '"Otta"' endif

 

Labels
Top Solution Authors