Hi community,
I have the following use case
- User needs to respond to an questionnaire and depending on the responses, one or more tasks need to get created
- On the form, there are few generic questions that are always displayed
- There are few questions that are displayed conditionally e.g. when an answer to one of the previous question is ‘xyz’
- For each question, there are fixed possible response options, options could be single select or multi-select. Some of the possible option values to be displayed for a given question could depend on the response to one of the previous question
- Once the user ‘submits’ the form, depending on the selected responses of questions, one or more ‘tasks’ need to get created at the backend e.g. if the response to the question1 is ‘xyz’ then task-123 gets created
In this something Appsheet can support?
Would appreciate it if you can provide any pointers on how to achieve this