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