
Announcements
Created new flow for getting null values data on SharePoint document library. We are using "Apply of each" condition for checking each item in document library. Based on the results flow sending email notifications. But we need all results in one email body. means all results consulate in table and then that one was used on email body. Flow as below, any suggestion are highly appreciated.
Hi @Muralibk_sp ,
Flow sends multiple emails because the action(send email) is in a loop(Apply to each).
Please move it out of the loop.
Best Regards,
Wearsky