• 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

Number Formatter Question - Aggregate data from API dynamically

aborganized

Member
I am trying to sum order data for each customer received as a JSON object from a previous step API Call. I need this to be dynamic given each customer is different. How do I use a variable for the JSON object to add all data received? see screen grab below:

1725329373589.png
 

Fagun Shah

Well-known member
You need to turn off simple response toggle of your API action step and hen click on save & send test request again to get out in array format.

Use that in Data Transformer - Line Itemizer action.

That will vie you all the orders' totals comma separated.

Use that in your number formatter step.
 

aborganized

Member
You need to turn off simple response toggle of your API action step and hen click on save & send test request again to get out in array format.

Use that in Data Transformer - Line Itemizer action.

That will vie you all the orders' totals comma separated.

Use that in your number formatter step.
Perfect! That worked exactly how I needed it. Thank you!
 
Top