Hello All,
I am building a form where instructors can request the booking of activities for their course(s).
The form will have quite a lot of branching, as (a) there can be multiple activities in the same course, and (b) an instructor may teach multiple courses.
It will look more or less like this:
- Name
- Course
- Details of activity (multiple questions)
- Do you want to request more activities within the same course? Y/N (branching, if yes, repeated details questions)
- Do you want to request activities in another course? Y/N (branching, if yes, repeated questions starting from "course")
Instructors can request up to 10 activities in up to 5 courses.
Now, I would like this data to be collected in an Excel spreadsheet via Power Automate. I have created something similar before using conditions (i.e., if the answer to a branching question is Yes, add a row here), to avoid blank rows to appear; but I'm afraid the number of scenarios in this form would make the flow a structural nightmare.
There must be more efficient ways to do this -- so if you have any ideas, please help!
Thank you very much in advance.