If I have a JSON output from OpenAI like this :
{
“Your Name”: “Name”,
“Automation Title”: “Example Title”,
“Automation Description”: “Example Description”,
“Platform”: “ActivePieces”,
“Modules”: [
“Slack”,
“OpenAI”,
]
}
how can I do the following:
- Save the variables so that I can use them to add each item to a Google Sheet?
- Loop it as the output with the JSON will have multiple (more than 1 of the above) that all need to be added to Google Sheet in one run?