My goal is to extract every headline in my HTML text and split each headline to each other as I can send them to a specific headers in my Airtable database.
Then, I’d like to send to ChatGPT one by one as he can generate the content for each headline. I’ve tried many ways with the text parser, but I’m still facing an issue. Indeed, only one bundle can be selected, whereas we can see in the output of the text parser that many bundles have been divided.
If anyone may know how to get each bundle that the text parser generate to transfer them separately. You’d be my hero !
With Text Parser Match Pattern, by default only the first match is returned and only 1 output bundle is produced.
You can enable the Global Match setting. If multiple matches are found, each will be returned in a separate bundle and the module will act as an Iterator, repeating every module that follows for each output bundle.
You can also place an aggregator (Text, Array, or JSON) after the Text Parser to aggregate all the matches into a single object.