HI,
I have a survey saved in a DataVerse table called "Surveys". The survey consists of categories, and each category contains a list of questions under it (e.g.
SurveyName: TestSurvey1
- CategoryA
- Q1UnderCategoryA
- Q2UnderCategoryA
- Q3UnderCategoryA
- Category B
- Q1UnderCategoryB
- Q2UnderCategoryA
I would like to create a flow that creates an Excel Workbook. The name of the workbook should be "Survey Name". Inside this workbook should be the sheets for each category (i.e. first sheet would be called "CategoryA" and second sheet called"CategoryB"). Inside each sheet, the questions should be in columns.
Important is that the categories and questions will be dynamic (i.e. different surveys will contain different categories and questions).
Is this doable? If yes, could you please walk me through it?
Thanks!
Karim