Forum Discussion
Power Automate Flow to Send Emails Based on Condition from SharePoint List
- Anonymous1 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:
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.
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.