Help understanding how to handle no data for Phone Number module

As a new user of Make, this problem is perhaps going to help me understand how to use error handling. I added the Phone Number module to transform the format of a phone number coming in from a Fillout form - but if the field is empty in Fillout, that causes the Phone Number module to error.

ScenarioScreenShot

Is there a way to keep the scenario chugging along if the data that is being passed to the Phone Number module is empty (i.e. the person completing the Fillout form doesn’t enter a phone number)?

That’s what the error directive module “Resume” does.

1. Right-click the module, select add error handler

2. Select “Resume” from the list

3. Insert whatever values you want to continue the scenario with

For more information, see https://www.make.com/en/help/errors/directives-for-error-handling.html

3 Likes

Thanks, @samliew - appreciate the help!

2 Likes