
Announcements
Hi Folks,
Hope you are doing well. I have a power automate flow which read data from paginated report and sends email to users. It sends about 300 emails based on the email and parameter stored in a SharePoint. I have concurrency set to 50 for quick processing. Sometimes the flow fails after sending 250+ emails and I am forced to rerun the flow again which triggers email again from start.
Is there any any way I can get the list of parameters (used in apply for each /emails) which got executed so that it helps me to do a workaround in sending mails for the missed ones.
Thanks for your time.
@Anonymous Pls implement try catch kind of logic in your flow. you can use run after config section for such logic.
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.