• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Field shuffling issue in Google Leads form

Status
Not open for further replies.
Whenever you are getting data in the Google Leads form and data got shuffled.

For Example :- Phone field is showing email data and Email field is showing phone data and so on.

1678537089587.png


Then to resolve this issue you can apply the below workaround and get the data in the correct labels.

1. Get the Google Lead Form data by switching off the Simple Response.

2. Use Code by Pabbly module and use the below code.

var data = <map the value from the step1> ; output = Object.fromEntries(data.map((x)=>{return [x.column_name,x.string_value]}));

3. Click on Save and Send Test request and then you can map the correct values with the correct labels.

1678536591716.png
 

Attachments

  • 1678536309049.png
    1678536309049.png
    40.8 KB · Views: 150
Status
Not open for further replies.
Top