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?