Hello,
the flow is about tasks that need to be done when a new student signs up at a school.
I have two excel tables
- one with the responsibilities for each class (one row per class), columns for the different responsibilities (head teacher, librarian, o365-admin, etc.)
- one with the teachers who teach in each class (one column 'class', one column 'teacher')
there are 4-7 lines per class (one for each teacher)
I would like to create a Json object variable for the student (after the new new student's data is entered in a form) and tap into the two excel tables (so I can create tasks for the different people responsible for him).
What I'm struggling with:
I want to create an array with the e-mail addresses of all the teachers in his class (the second table) minus his head teacher (listed in the first table with the responsibilities because he will get a different e-mail)
My questions:
How do I get the data from the lines in excel into the array (with the two filters)?
Is it a good idea to create such a variable or should I create an excel file/worksheet/table for each student and tap into the data from there? (in which case: How do I get the multiple e-mails into the other excel table?)
Should I look into business process flows for a flow that handles multiple tasks and e-mails or is it good practice to handle that with one flow?
Thank you guys a lot in advance!