Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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