Hi Alteryx Community,
I want to filter the rows in the csv file using the user interface tool.
For example - if the user selects the particular Zipcode, then the records in the csv should be filtered by the user selected zipcode.
I am trying to create something like this below:
Can you please help with this?
TIA!
@radhikasood1112
A quick sample for your reference.
@radhikasood1112 just be aware that if you grab the values for the interface tool from within the same workflow (as @Qiu mentioned) the values listed will represent the data from the last execution of the workflow. If you have a new ZIP code on the dataset, it won't list there on the first run. To avoid this and see all the options from the current dataset on the same run you need to set up a chained application.