My task is to create a workflow that will send an email to the "Assigned To" persons fields on a Task List every Friday for a list items that are Past Due.
The Past Due Email would look like this:
Task List is called, "ActionTracker"
I may be going about this the wrong way but here is what I've tried/done so far:
1. Create a Recurrence MS Flow, Get ActionTracker Items, and create two variables to hold HTML emails
2. Then send Past Due Email to "Assigned To" person using For Each of "Get ActionTracker Items"
3. Since I'd like a List of ALL items, not just the one iteration that im on, i created a variable to hold that current iterations "email body" which appends to a variable that is used in the "final" email.
What this will do now is send me a email with one item from the list, followed by an email for each additional item, but with other items listed as well (All Items past due date, which I want).
Picture of the two emails that I get:
------------------------------------------------------------------------------------------------------------------------------------------------------------------
I hope I explained and gave enough information, please reply if you'd need more.
Thank you for any help that you can provide.
-Jonathan