Hi Guys,
While designing a flow using Power Automate, i want to achieve something.
My goal is to send automated emails to all the people in a SharePoint list item, 30 days, 14 days and 7 days before the end date of that particular item reminding them of the same.
I have fields 'End Date' and 'ToEmail' in my SharePoint list.
How can i achieve this using Power Automate. Kindly advice.
Regards
Srinath
Solved! Go to Solution.
Hi @Anonymous
Here's a skeleton of what you need.
The formula to do this is quite simple:
eventstart lt '@{addDays(utcNow(),-30)}'
Where "eventstart" is the date column, you want to compare.
Can you please check if and let me know if you have any questions?
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Hi @Anonymous
Here's a skeleton of what you need.
The formula to do this is quite simple:
eventstart lt '@{addDays(utcNow(),-30)}'
Where "eventstart" is the date column, you want to compare.
Can you please check if and let me know if you have any questions?
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Hi @manuelstgomes ,
Thanks for the information.
I was able to achieve it the same way when i tried 2 days before.
Thanks again for reaching out and helping.
Regards
Srinath.
Hi @Anonymous
Awesome! Glad it's fixed.
Don't forget to set it as "Answered" so that other people can find it faster.
Cheers
Manuel
User | Count |
---|---|
27 | |
16 | |
15 | |
12 | |
10 |
User | Count |
---|---|
43 | |
30 | |
27 | |
24 | |
23 |