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.
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.