It seemed like an easy task at first for beginner like me. The logic and process is very simple: Goal: Break longs email into topics/questions > store topics in Airtable each topic in its own row.
Logical Process: Receive an email with long text (Trigger) > GPT creates ||| separated answers > text parse > iterator > Store in Airtable each answer in different line/row
Well, I seem to fail to write a decent code for the parser and I keep getting faulty results.
After reviewing your question, I made an attempt to solve it; however, I was unable to achieve the desired result. Alternatively, you might consider using the split function, which could be a viable solution for your needs.
Like this
Thank you!
I think the text parse was simply unnecessary indeed.
I used the split function in the iterator and it worked
Thank you for the inspiration and great help!