ChatGPT to JSON parse

Hi, I’m new with Make. At the moment, after my OpenAI module analyzed the text and provided me the output as shown in the image, I want to parse it into parse json. The data structure I’m using within parse json module has 4 different items: medicine, timestamp, dosage, pills_left. The json string: medicine_schedule

The output of the OpenAI should be able to parse successfully into the json module.
However I keep encountering this error:

Please help

Welcome to the Make community!

I don’t see any JSON output in the screenshot of OpenAI.

You have no JSON to parse. Delete the Parse JSON module.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Hi Sam,

Thanks for replying. My aim is to have the output as seen in medicine_schedule:

Be placed into different columns in google sheet. Or to put into json format where it can then be put into google sheet.

What module can I use ? What settings will I need ?

Thank you

When you see ARRAY, think ITERATOR.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.