• 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.

Woocommerce Checkout Fields have different meta ID Numbers

Guy

Member
I have a woocommerce connection to a google sheet, but in the custom checkout fields, the ID numbers of the fields change at random. On one submission, it was 10-12 ,on a different one, it was 11-13, and on a different one, its 22-24. It fills in different information depending on the submission, and its the same product and payment every time.

Does anyone have any idea on how to fix it and then use pabbly to correctly export the data?

Thanks in advance.
 

Himesh

Active member
You need to Map product ID from your response. Refer this video for more clarity

If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call. FYI I'm not from Pabbly Connect team, just a freelancer who helps other Pabbly users.
 

Guy

Member
You need to Map product ID from your response. Refer this video for more clarity

If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call. FYI I'm not from Pabbly Connect team, just a freelancer who helps other Pabbly users.

Hi @Himesh ,

It isnt the mapping that isn't working, it is that the mapping field numbers of the custom field changes with every order, but it is completely arbitrary. All of the other fields stay the same, but these custom fields jump from number to number, so the mapping isn't working properly.
 

ArshilAhmad

Moderator
Staff member
Thank you for sharing the video.

The trigger used in WooCommerce is based on descriptive webhooks and captures whatever data the application sends to us. We do not have any control over the data that WooCommerce sends to Pabbly Connect. Since the data associated with Meta Data Keys is coming in a jumbled manner from their end, we cannot do anything about it from our end.

We suggest you try using the 'Retrieve an Order' action event as step 2 of your workflow and see if that provides the data without the Meta Data Keys being jumbled.
1720632626868.png


Watch this video to understand how you can set up a new connection in the WooCommerce action step.

 

Himesh

Active member
Hello @Guy , Turn off the simple response from first step and after that you'll get array of key and valu pair and in next step write JS code which will fetch your desired key and value pair.

If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call.
 
Top