I have a check box where a user can select 3 options of running tests. Each test asks the user to select number of records. I want the workflow to give user input text box to only the test which the user have selected. Right now it asks for all three regardless of the selection. The result at the end is accurate but I want to limit the questions based on the selection.
Solved! Go to Solution.
@ushuja
Chained apps will be perfect solution to your problem
How To Use Chained Apps in Alteryx Designer (youtube.com)
refer this.
@ushuja
There are two steps that you need to do.
On Interface Designer - Layout View select each text box and move them with the arrows until you group them inside the respective check box.
Then on each Check Box Configuration window select collapse group...
I believe this is the result that you want to achieve:
Thanks a lot!! it worked!! :)