Hi there!
I want to transform a ChatGPT output (30 words/names) into a multi-line column (30 lines) in Airtable. I'm using Make as my automation engine and its Iterator module. I'm having trouble finding the right array formula
here is the one I have: split(trim({{5.choices[].message.content}}); newline)
It would be awesome if someone could help me!!


