Forum Discussion
Bessie1335
Dec 05, 2022Copper Contributor
Help: Send email remainder to specific groups of people on sharepoint list combination
Hi! I'm new to power automate. Aim: To create a workflow that is able to send reminder XXX days before deadline to specific groups of people based on the different criteria combination. I'm g...
Dec 05, 2022
Create a new scheduled cload flow, which runs once a day.
That get's all items and check the date. If date is within X number of days send email 🙂
- Bessie1335Dec 06, 2022Copper Contributor
I have tried and gotten the email message below
This is the flow that I have created based on your suggestion. Target is to send email reminder to specific group of people 7 days before the dateline indicated in sharepoint list hence I have included the expression of addDays(utcNow(),7,'yyyy-MM-dd').
- RobElliottDec 06, 2022Silver ContributorYour filter query doesn' have a closing apostrophe after the expression.
- Dec 06, 2022You don't need pararell Apply for each. Just have one and have the condition come after one and other 🙂
Error you're getting is because you have probably choosen the wrong field in the second send email. It's from the wrong loop 🙂