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.
SOLVED

Flag the Selected Dropdown Value Using the Formula Tool

courtneyq
7 - Meteor

Can anyone please provide input on why the [#2] variable is pulling an unknown variable result? I'd like the result to have all the options listed and a specific column labelled "Selected" that outputs the value selected from the dropdown. 

 

Alteryx Desired Result.pngAlteryx Dropdown Selection.png

2 REPLIES 2
apathetichell
20 - Arcturus

[#2] is a field/variable - see attached... also made your dropdown dynamic.

 

you could swap the action tool to update value with formula and use:

'"'+[#2]+'"' in your expression...

 

btw - it's weird that your tool is creating this as [#2] vs - [#1] - I assume in testing you had a prior connection which you deleted...

apathetichell
20 - Arcturus

@courtneyq - can you accept this as a solution?

Labels
Top Solution Authors