• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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: 80
Status
Not open for further replies.
Top