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

Stringify Json

P

PabblyMember3

Guest
You can disable the simple response option of the step where you are receiving the data. That will give you a JSON array.

Then, you can make use of JSON Extractor step to get the comma separated values as explained in this thread.

 

Andreas

Member
Thank you very much.
The file type is not important for me.
I just would like to save the json response that I get from an API to Google Drive or another cloud storage.
So if the file type is .txt or .xyz that's fine for me.
How can I do that?
 
P

PabblyMember3

Guest
Thank you very much.
The file type is not important for me.
I just would like to save the json response that I get from an API to Google Drive or another cloud storage.
So if the file type is .txt or .xyz that's fine for me.
How can I do that?
You can make use of Google Docs: Create a Blank Document and then, Append a Paragraph to a Document to the created docs file.

For each workflow execution, the Passed JSON data will get append in that doc file.

I hope you find the above solution helpful.
 
Top