Multiple Links to a single row

I have an HTTP request that gets a bunch of URL’s. I have a text parser that cleans that up and only shows the URL’s, one line at a time. I want to be able to take each URL and put it in a row in AirTable. One Row, one URL. Whats the best way to do this?

You want to use the built-in function split on the variable, with the special variable {{newline}} as the second parameter. The special variable must be typed this way or selected from the variables panel.

Put this into an Iterator module to process each line at a time.

Hope this helps! Let me know if there are any further questions or issues.

@samliew