• 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

I'm not getting line items as a array to use in line itemzier

sachin11

Member
hi there i'm connecting my shopify order to google sheets but I'm not getting line items as a array forum from shopify i have multiple items in order how i should connect multiple items in google sheet under one customer i checked a video of your channel but I'm not getting in array form all I'm getting is individual items but I'm how many item customer will order so i want all products detail item can be 10pc or more depend on customer order looking for help in this
 

Supreme

Well-known member
Staff member
Hey @sachin11

In terms to get the line items in a JSON array, you need to capture your webhook in advance response first by toggling the "Simple Response" button.

1691820372673.png


Kindly refer to the following video lesson on how you can capture the JSON array and use it in the Line Itemizer action step.

 

sachin11

Member
Hi thank you for your quick response really appreciate now what i want is can we make each product item in each raw like if customer buy 3 products then i want to make 3 raw for product item only where we can make list in each raw and also if you know some other app to use for shopify orders where team can see new order and can mark as finished

thank you
 

Supreme

Well-known member
Staff member
Hey @sachin11

You can refer to the following video lesson on how you can pass multiple line items to Google Sheets.

(Watch the second part of the video)
 
Quick question at @Supreme - This is a great explanation of how to receive and break down data in an array but how do we send data that in an array?

For example, if I wanted to add the address of a contact I have to do it as shown below, but how do I do that in pabbly?
Screenshot 2023-09-27 at 9.10.51 AM.png
 

Supreme

Well-known member
Staff member
Quick question at @Supreme - This is a great explanation of how to receive and break down data in an array but how do we send data that in an array?

For example, if I wanted to add the address of a contact I have to do it as shown below, but how do I do that in pabbly?
Can you please share the name of the application and the field in which you are trying to pass that JSON array? So that we can look into it.
 
Can you please share the name of the application and the field in which you are trying to pass that JSON array? So that we can look into it.
Sure thing, the application i'm trying to send the data to if called Flowtrack.

I know there is currently an integration with Flowtrack but it doesnt allow me to send all the data I need - for example when using the integration with Pabbly, there is no way to add a "note"
 

Supreme

Well-known member
Staff member
Sure thing, the application i'm trying to send the data to if called Flowtrack.

I know there is currently an integration with Flowtrack but it doesnt allow me to send all the data I need - for example when using the integration with Pabbly, there is no way to add a "note"
Please elaborate in detail on which endpoint of Flowtrack and in which field of the endpoint you want to pass the data is it the Address field?

Do you want the note field in the same endpoint or an additional action event?

1695965216464.png


Further, you also make use of the "FlowTrack: Add Contact Note" action step.

1695967073649.png
 
Please elaborate in detail on which endpoint of Flowtrack and in which field of the endpoint you want to pass the data is it the Address field?

Do you want the note field in the same endpoint or an additional action event?

View attachment 32172

Further, you also make use of the "FlowTrack: Add Contact Note" action step.

View attachment 32179


Im using the following endpoint to add a contact to the crm:
https://app.flowtrack.co/api/input/ksof4q/contact?public_key={my_key}


Im trying to add the address to the crm but I can't get it to work correctly because the address is shown in an array. How do I send the information from pabbly to my crm in an array?
 

Attachments

  • Screenshot 2023-09-30 at 12.21.43 AM.png
    Screenshot 2023-09-30 at 12.21.43 AM.png
    61.1 KB · Views: 50

Supreme

Well-known member
Staff member
As we see from the Flowtracks API documentation, you can simply use the following API request to pass the same data.

Further, if your need still didn't get fulfilled please share the API documentation.

image.png
 
Hi @Supreme - the last question I have is how would I add a second address. For example, a personal address and a work address?

After ready those docs and trying many different requests, I cannot seem to figure it out.

Thanks in advanced,
William
 

Supreme

Well-known member
Staff member
After ready those docs and trying many different requests, I cannot seem to figure it out.
Checking the API documentation we suggest you try the "Contact Create Address" action step once to add the addresses.

1697779454774.png


Additionally, if the problem persists, we suggest reaching out to the API support team. They may be able to assist you in finding alternative solutions for your API request.
 
Top