Forum Discussion
sharadbajaj
Jan 29, 2022Copper Contributor
Send Email Reminders Through Power Automate
Hi, Request your help with the following task: Need to send Daily Reminders with pending tasks to the individual. I was able to send individual emails for each item, however would like to sen...
Sudharsan K
Steel Contributor
Hi sharadbajaj, once you got the items follow the steps below
- Create an array variable for storing all the Owners
- Loop through the items and then store all the Owners in the above array variable.
- Use Union method with the above array variable to get the unique Owners and store it on the same variable.
- Using apply with the Owners array variable, use the filter action with the items and then filter for each owner and send the consolidate list to the respective owner.
Please try it out and let me know if you have any clarifications.
sharadbajaj
Feb 15, 2022Copper Contributor
Hi Sudarshan,
I have been unable to do this. Can you please help me with a detailed tutorial or point me to a already existing one.
I have been unable to do this. Can you please help me with a detailed tutorial or point me to a already existing one.