Hello,
Working on a flow for our department. I have a form setup for users to fill out a time off request, and the flow takes those answers and sends an approval email to department managers for approval. Once approved entries get placed into the teams various calendars.
I want to take the approval email one step further. Initially I setup a few steps to pull a list of calendar event for the same date range of the time frame entered on the form and create a table. Idea being that the managers could approve/reject directly from the email without having to verify there are no current time off entries on the calendar already. The approval email doesn't format HTML/Tables so it inserts a jumble of table code. I am using a simple setup in the calendar subject lines only:
FirstName LastName - Shift - Team - Hours taken
So I'd like to just pull the subject line and insert each subject line for each time off request currently on the calendar. So basically the approval email would have this at the bottom:
List of current approved time off requests during these days:
FirstName LastName - Shift - Team - Hours taken
FirstName LastName - Shift - Team - Hours taken
FirstName LastName - Shift - Team - Hours taken
If there are no entries then, there would be nothing there. For the current HTML table I'm using an array variable, not sure if there is a better option to pull the subject lines only for each entry?
Thanks!