Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
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 | a.b@abc.com | |
| a | 1 | n.v@abc.com | ||
| a | 1 | s.b@abc.com | ||
| a | 1 | 3/3/2025 | ||
| b | 22 | jeff.p@gmail.com | ||
| b | 22 | a.s@gmail.com | ||
| b | 22 | 4/5/2025 | m.e@gmail.com | |
| b | 22 | 2/3/2025 | ||
| c | 32 | a.b@gmail.com | ||
| c | 32 | jeff.p@gmail.com | ||
| c | 32 | n.v@abc.com | ||
| 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 have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |