Forum Discussion

codinenthusiast's avatar
codinenthusiast
Regular Visitor
1 year ago
Solved

Power Automate Flow to Send Emails Based on Condition from SharePoint List

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 b...
  • Anonymous's avatar
    Anonymous
    1 year ago

    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:

    www.spguides.com

     

    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.