Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi,
I am trying to create a Power Automate flow to automate email notifications based on certain conditions in a SharePoint list. The goal is to send emails to specific senders if a file has not been uploaded and a planned handover date is approaching within two weeks.
Here is my SharePoint list structure:
Project Train Uploaded Sender PlannedHandover
| a | 1 | 2/3/2025 | [email protected] | |
| a | 1 | [email protected] | ||
| a | 1 | [email protected] | ||
| a | 1 | 3/3/2025 | ||
| b | 22 | [email protected] | ||
| b | 22 | [email protected] | ||
| b | 22 | 4/5/2025 | [email protected] | |
| b | 22 | 2/3/2025 | ||
| c | 32 | [email protected] | ||
| c | 32 | [email protected] | ||
| c | 32 | [email protected] | ||
| c | 32 | 5/3/2025 |
Any help would be appreciated. Thanks!
Solved! Go to Solution.
Thanks for the reply from lbendlin , please allow me to add some more information:
Hi @codinenthusiast ,
Thank you for providing a detailed description of your issue and the screenshots. You should write the conditions in the OData filter of SharePoint GetItems, instead of using several conditions for further for each judgment, and then appending to an array to generate the email list for sending emails
You can specifically refer to this blog:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Reza has a good video on a similar topic here:
https://www.youtube.com/watch?v=v54QozIEGyw
It's sending email reminders based on a date field to people in a person column in the list. You could probably adapt that to your situation by doing a riff on this.
Thanks for the reply from lbendlin , please allow me to add some more information:
Hi @codinenthusiast ,
Thank you for providing a detailed description of your issue and the screenshots. You should write the conditions in the OData filter of SharePoint GetItems, instead of using several conditions for further for each judgment, and then appending to an array to generate the email list for sending emails
You can specifically refer to this blog:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |