How do I make this scenario keep working that if any at any of the 3 routes it errors because that specific URL is not provided it just keep going.
blueprint (15).json (291.5 KB)
How do I make this scenario keep working that if any at any of the 3 routes it errors because that specific URL is not provided it just keep going.
You add the “Resume” error directives to the HTTP module’s error routes.
For more information, see Error Handlers in Make link below:
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
parseDate
| tokens for formatDate
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!
I thought resume was used when you have something or type of data to replace the workflow with. I thought maybe using the ignore module but my filters to the HTTP modules are set to if the URL link is given then go there. So it will error before reaching the ignore. And you can not put a ignore module on a router.
blueprint (1).json (295.7 KB)