Hi
I am creating a flow to fetching JSON data from sharepoint and sending a single email.
my sharepoint data in JSON format as follows...
Sharepoint column Name : canteenJson
My Flow
As of now 215 records in sharepoint and it will be increased daily with Patch from PowerApps.
I want to send only one mail with all 215 records, but now 215 mails are sending instead of 1 mail.
I understood that because of using "Apply to each", 215 mails are sending.
Request your help to send only one mail instead of sending 215 mails.
Thanks & Regards