Making Individual to-dos form OpenAI Response

Hi brothers,

I have created table for cases, and prompted OpenAi so that it will automatically create task list for it.

For example It will give 5 tasks to do. But I don’t understand how to extract it as an individual task,not in one sentence. So that later on it can be checked as completed or not.

How can I do that inside glide table?

What you should do is instruct the AI to return the response as JSON, and then use a Helper Table to parse the JSON and create a list.

I don’t know for certain, but I suspect that Bob Petitto probably covers the method in the below video:

1 Like

Brother you are so quick! Thank you for your response! Wish you the best!

What action leads to parsing JSON to another table ( in this case TASKS table)?

It depends.

If you want them added as new rows, then you need an Add Row action.
If you want to update existing rows, then you need Set Column Values action.
In this case, you’ll be wanting to operate on multiple rows, so the best way to do that is via the Glide API.

1 Like