Hi,
Is it possible to build an app that:
1) asks a question with 3 possible outcomes...let's say 1,2, or 3
2) if the user answers "1" they are presented with a set of questions with the answers linking to a query which then provide the desired data. Likewise with answers "2" & "3" but each with different sets of follow up questions.
I can build and app with one set of questions that link to a query but having leading questions is proving difficult. Thanks in advance.
Solved! Go to Solution.
you need a chained app. The series of questions are generated based upon the selection of 1,2,3 - those choices are generated at the same time as the initial 1,2,3 but with a chained app - you're sending info down the line about what selection has been made so the questions are populated dynamically.