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:
- Continue Scenario Execution on Error:
- I want the scenario to keep running even if the PDF generation module fails.
- 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!