• 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

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

Woo Commerce to Google Sheet Integration

Nalin

Member
I am trying to create a Woocommerce to Google sheet integration. I have followed the instruction provided by Pabbly but when I try to get the Webhook response the screen shows me that it is spinning but it never completes. It has just got hung on spinning.

What is going on? Pls advise
 
P

Pabbly13

Guest
You can check the first part of the below video tutorial to know how to get the webhook response for WooCommerce when a new order is created.

 

joseant

Member
Hi! Thanks for your response. Im trying to follow the video steps.

I created the webhook and tried to get response from webhook, but i can't find any label called line_items.

I tried to use iterator on next step, but when I choose array are showing empty.

Pabbly-Connect.png


Any help would be appreciated.
 

Fagun Shah

Well-known member
You need to turn off the Simple Response toggle and Re-Capture the Webhook Response, that will capture the line_items array nad that you can use in the iterator.

1648748708979.png
 

joseant

Member
Hi Fagun, thank you so much for your help.

I followed your advice and managed to access to Line Items.

Now, in line items I can see some important data for me. But I still haven't got all the important data.

Seems there are another array inside line items with the additional data that I need called Meta Data.

Do you know how I can extract that?

Pabbly-Connect (1).png
 

joseant

Member
Hi Fagun, thanks for your help.

I can see 2 different metadata array.

Pabbly-Connect (2).png


1. Meta Data are showing the variation order data. I need that, but iterator only display the variation "tejido", and there are other variations called "aroma" and "tamaño". I need get the data for the 3 variations for every line item.

Pabbly-Connect (3).png


Any help would be appreciated. Thanks.
 

Fagun Shah

Well-known member
When you're setting up the workflow it will only show 1st item of array in iterator response, but when actual execution of the workflow happens it will go through each item of the array one by one.
 
Top