Update Unique Tool using the Dynamic Action Tool
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
mariyaivanenkiv
5 - Atom
‎02-07-2025
05:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
Labels:
- Labels:
- Dynamic Processing
3 REPLIES 3
AshRez
8 - Asteroid
‎02-07-2025
06:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
‎02-07-2025
06:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@mariyaivanenkiv IF you want only the unique value of the given field then use the summarise tool, The sample workflow is attached
apathetichell
19 - Altair
‎02-07-2025
07:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
