Yes my issue is OpenAI returns a full single string that looks like this:
- Task Name: [TaskName1], Priority: High, Status: Incomplete
- Task Name: [TaskName2], Priority: Med, Status: Incomplete
- Task Name: [TaskName3], Priority: Med, Status: Incomplete
How do I segment this single string into it’s correct “Task” data fields of TaskName, Priority & Status,
I’ve looked at using RegEx or executing Custom Javascript and backend workflows,
But i’m not sure if there’s a better way or plugin to simplify this.
Anymore context you need let me know!