Hi Alteryx Community!
GOAL:
I am developing an App that I would like to iterate or repeat for each unique cell in the first column of a dataset.
CONTEXT:
The app intends to create a lookup table. Although it would be much quicker to create a lookup table in Excel and then input it, I need the app to be completely self-contained in Alteryx.
For the sake of simplifying the attached, I replaced the input with a Text Input tool, and the dropdown menu values have been manually entered (instead of coming from a chained app).
As you can see, the app runs a single time and maps the selected values together. I would like it to repeat this for AA, BB, CC ... NN such that every value is mapped to either 1, 2, 3, or 4.
QUESTION:
1. Is there a way to make the app prompt the user anew, for each of the items in the input table's first column?
2. If there isn't a way to make this loop, is there a way to make the app show a pair of dropdowns for each of records in the input data's first column? So instead of a hard coded number of dropdowns, it will dynamically reflect the number of values or rows in the first input dataset?
I have tried using batch macros and iterative macros instead of the formula tool, however I am unable to make the app interface loop and open anew for the user to select new values during an iterative or batch macro.
Thank you!