Hey,
So I'm trying to upload a CSV and POST multiple lines to my REST API.
The preview works fine as this is a single line.
However, I'm doing this:
- I'm guessing this doesn't work as there's no native way to iterate between the CSV's rows
- I'm guessing I'm going to have to create a for loop script to do this.
Right direction?