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

Update Unique Tool using the Dynamic Action Tool

mariyaivanenkiv
5 - Atom

Hi guys, I'm new to Alteryx and I'm trying to create an app where the user can input a file and choose a column, the app will then output their chosen column with just the unique values in it. I'm having trouble with the unique tool not recognising the column from the dynamic select, how can I go about this?

3 REPLIES 3
AshRez
8 - Asteroid

Try one of these two:

1- when the user select the column, to update the Unique tool to select the same column.

2- You can also use summary that count the select column and filter for anything over 1.

binuacs
21 - Polaris

@mariyaivanenkiv IF you want only the unique value of the given field then use the summarise tool, The sample workflow is attached

image.png

apathetichell
20 - Arcturus

@AshRez-> unique tool caches schema information and doesn't allow for new columns to be selectors. @binuacs I'm a fan of this approach.

Labels
Top Solution Authors