I'm trying to parse response from chatgpt into json and then into google sheet

:bullseye: What is your goal?

Sorry beginner question - basically I’m building a website/blog page writer.

I want to have chatgpt create an outline for a blog post then have it put each heading into a different cell in row A and then have chagpt write each individual section one at a time.

I was trying to do this with text parser and then into a Google sheet but was stuck here.

Any idea how I can parse the outline into Google Sheet cells? Thanks for the help all!

1 Like

Hi @Zack_D_A,

The results can be generated from ChatGPT strictly in a JSON format and then processed using a Parse JSON module to extract and map the data into Google Sheets.