Stringify Json

Status: Closed · Asked by Andreas on · 0 views

Andreas — Question ·

How can I use pabbly connect to stringify a json and store the string in a cell in a google sheet?

Andreas — Reply ·

Thank you very much.
How can I save the json as a file in google drive?

PabblyMember3 — Reply ·
Thank you very much.
How can I save the json as a file in google drive?

Well, I tried to check with different file types of Google Drive API listed here: https://developers.google.com/drive/api/v3/mime-types

But none of them worked for a JSON file. You need to manually create a JSON file in Google Drive.

Andreas — Reply ·

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?

PabblyMember3 — Reply ·
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.

Back to all forum threads · Log in to reply