Forum Academy Marketplace Showcase Pricing Features

Run workflow on each items on multilineinput

I have a multilineinput where in you can add article outline and it is going to be seperated using line break

I have an api call which will generate a paragraph based on a title

now what I want to achieve is it will run the api call on each line of the values of my multilineinput

Any ideas on how to go about this?

You can try to extract with regex from the input to get a list of texts. Then iterate your workflow on that list of texts.

I figure how to extract the list on the input line but

how do you mean iterate my workflow? I dont quite understand this part

Hope you can elaborate more

Thank you

This topic was automatically closed after 70 days. New replies are no longer allowed.