Hello,
In an Alteryx app I'd like to display for instance 3 text boxes in the interface if the user previously entered "3" in a NumericUpDown or 5 if he selected 5.
I don't know if that is possible, maybe someone can help me on that.
Interface would look like this :
How many groups do you want to create ? -> 3 [NumericUpDown]
Group1 Name [Text Box]
Group2 Name [Text Box]
Group3 Name [Text Box]
Or
How many groups do you want to create ? -> 5 [NumericUpDown]
Group1 Name [Text Box]
Group2 Name [Text Box]
Group3 Name [Text Box]
Group4 Name [Text Box]
Group5 Name [Text Box]
Thank you in advance