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