Add Try-Catch Logic: Surround the critical operations (sending email, checking acknowledgment, updating the record) with Scope actions. Add two scopes: Try Scope: Normal processing. Catch Scope: Triggered on failure to log the error or take necessary fallback actions.
Continue on Error: Configure each action (e.g., Send Email, Update Item) to Continue on Error: Click on the action’s settings. Enable Configure Run After and select has failed or is skipped.
Consolidate Failed Records: Use an array variable to log failed records. At the end of the flow, send a summary email with failed record details: Use the Append to Array Variable action to add failed records. Use the Send an Email (V2) action to send the consolidated email.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.