Skip to main content
Best answer

Error message when mapping phone number field in Lending Pad integration with Go High Level

  • September 17, 2025
  • 11 replies
  • 47 views

I’ve integrated Lending Pad and Go High Level. I can push contact information to LP when I leave the phone number fields blank. However when I map my phone number field, I get the error message:

This LendingPad step hit an error

Borrower Data:[Mobile Phone is invalid.]

 

I have the following Zap set up to format the phone number. I’ve tried every available format and I’m still getting the error.

 

What am I doing wrong???

Best answer by Troy Tessalone

@Moyalopi 

Screenshot shows Zap step 3 with a variable mapped from Zap step 1 instead of Zap step 2.

 

It appears you are NOT using a valid Zap trigger example record that has real data points for the returned fields.

 

Root issue is still the value of the mapped variable.

  • A value of “phone” is not a valid phone number.
    • A phone number consists of numerical digits.
  • Same way that an value of “email” is not a valid email address.

    • A valid email address has a username then @ then a domain with a period.

 

 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

11 replies

Sparsh from Automation Jinn
Forum|alt.badge.img+6

Hey ​@Moyalopi,

Can you post the Data In and Data Out screenshots as well as how it is configured for us to have more context? The error mostly relates to mobile phone number format not being. Try these tips to see if it fixes it-

  • Remove any special or non numeric characters
  • Try with country code
  • Try entering the mobile number manually instead of dynamically to see if it fixes the error

Hope it helps!


  • Author
  • Beginner
  • 6 replies
  • September 17, 2025

This post has been edited by a moderator to remove personally identifiable information (PII). Please remember that this is a public forum and avoid sharing personal or potentially sensitive details.


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 34066 replies
  • September 17, 2025

Hi ​@Moyalopi 

TIP: Click field labels to see tooltips with more info about valid values and expected formats.

 

For us to have more info, post screenshots showing how your Zap steps are configure in the CONFIGURE tab while in EDIT mode with the field mappings visible.

 

Check to make sure you are testing with a valid MOBILE phone number, and not a VOIP phone number or a LANDLINE phone number.


  • Author
  • Beginner
  • 6 replies
  • September 17, 2025

This is the Formatter by Zapier. I’ve tried every drop down option for phone number format.

 

 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 34066 replies
  • September 17, 2025

@Moyalopi 

Can you post screenshots showing how your Zap step 3 is configured?

 

For Zap step 2, if you are testing in EDIT MODE, the mapped variable for Phone has a value of “phone”, which is not a valid phone number, thus why you may be getting the error in Zap step 3.

 


  • Author
  • Beginner
  • 6 replies
  • September 17, 2025

 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 34066 replies
  • September 17, 2025

@Moyalopi 

Your provided screenshots still do not show how Zap step 3 is configured.

Based on your latest screenshot, it looks like you are using dummy data from Zap step 1.

Make sure to test Zap step 1 first to get real record data to use to manually test your Zap steps.

Help links for how to test Zap steps: https://help.zapier.com/hc/en-us/articles/18811411817741-Test-Zap-steps


  • Author
  • Beginner
  • 6 replies
  • September 17, 2025

 


  • Author
  • Beginner
  • 6 replies
  • September 17, 2025

This works when I don’t map a Mobile Phone in step 3. It will import all the other data into LP. But as soon as I map Mobile Phone, I get the error message


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 34066 replies
  • Answer
  • September 17, 2025

@Moyalopi 

Screenshot shows Zap step 3 with a variable mapped from Zap step 1 instead of Zap step 2.

 

It appears you are NOT using a valid Zap trigger example record that has real data points for the returned fields.

 

Root issue is still the value of the mapped variable.

  • A value of “phone” is not a valid phone number.
    • A phone number consists of numerical digits.
  • Same way that an value of “email” is not a valid email address.

    • A valid email address has a username then @ then a domain with a period.

 

 


  • Author
  • Beginner
  • 6 replies
  • September 17, 2025

Thank you! ​@Troy Tessalone That was it. I was pulling phone number from Step 2. Thank you!