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

Pabbly formatting JSON from GSheets

Status
Not open for further replies.
Hi,

I want to get JSON from a Google Sheets into Pabbly using the webhook.
The original JSON is located in a unique cell, but when I go in my Pabbly workflow, it's returned as multiple lines :

pabbly_json_forum.jpg


I need it to be maintained undivided as I want to use it with the Iterator as shown in this tutorial :

pabbly_json_forum2.jpg


Why does Pabbly automatically divids the JSON ? How can I simply get it in its original form ?


Sources :
- My Google Sheets
- My Pabbly Workflow


Regards
 

Pabbly

Administrator
Staff member
You need to capture webhook response in advance format.

For that simply disable the simple response option as shown below, and then recapture the webhook response again from your Google Sheet -

1638017175610.png


Then you should be able to get the response as you where looking forward to -

1638017616965.png
 
Last edited:
Status
Not open for further replies.
Top