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

Screenshot_2024-02-23_230200 (2)

2. Select “Resume” from the list

Screenshot_2024-02-23_230226

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

Screenshot_2024-02-23_230247

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