Hi there all
I have a small issue and need some advice.
I have a scenario running as follows.
Watch new row in Sheets ( Trigger) > Phone Parse > Respond.io ( Sends whatsapp)
All working okay. However some times customers don’t complete the details that generate a new row in sheets and they forget to add a phone number. Then make give an error.
How do i get make to recognize the error i will deal with it, but for the moment move to the next row and carry on with the flow/scenario.
I hope this make sense… bottom line i don’t want the scenario to complete stop based on one or two errors from time to time.
Welcome to the Make community!
Handle errors so scenarios don’t stop.
You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.
Error directives can only be added to an error handler route.
1. Right click and select “Add error handler”
2. Error handlers will appear
For more information on error handling, see:
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!
Thank you for the reply. Im just nit sure witch handler to use, ignore, break, commit? Apologies for this im Totaly new to make…
Below is what i just did… is this okay…
You can use the resume handler if you want the rest of the scenario to proceed.
For more information, see the links provided above.
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!