Break GPT Answer to store in Airtable: Text Parse help

Hi all,

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.

Any ideas?

@elijah

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
Screenshot 2024-01-31 003234

output

2 Likes

Thank you!
I think the text parse was simply unnecessary indeed.
I used the split function in the iterator and it worked :slight_smile:
Thank you for the inspiration and great help!

3 Likes