How to Continue Scenario Execution and Route Based on Module Error Handling?

Hi Make.com Community,

I have a module in my scenario that generates a PDF document. Occasionally, due to issues with the service, this module encounters an error. I want to set up my scenario so that it continues running even if an error occurs. Additionally, I need the scenario to branch into different paths based on whether the PDF generation was successful or if it failed.

Here’s what I’m trying to achieve:

  1. Continue Scenario Execution on Error:
  • I want the scenario to keep running even if the PDF generation module fails.
  1. Branching Logic Based on Success or Error:
  • After the PDF generation module, I want to add a router that directs the flow based on the success or failure of the PDF generation.
  • If the PDF generation is successful, the scenario should proceed along one branch.
  • If the PDF generation fails, the scenario should follow a different branch.

Could someone guide me through the steps to set this up?

Thanks in advance for your help!

The “different branch” could just be an error handling route.

Error directives can only be added to an error handler route.

1. Right click and select “Add error handler”

Screenshot_2024-04-13_220413

2. Error handlers will appear

For more information on error handling, see:

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

3 Likes

Hey @Artem_Larin

This loom explanation will help you.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support | Book Live Implementation
Visit us here
Youtube Channel

2 Likes