I followed a tutorial I found on here to take separate lines on a multiline input and save them as individual records in a database. Everything seems to be working except I get one row with the lines separated by commas, instead of multiple rows.
I think this might be a good use case for Schedule API Workflow on a List. Then run the same workflow and it should work the way you want it to I believe.
We’re almost there @J805 ! I did that and entered the multiline input extracted by the regex I mentioned earlier. It made the correct amount of rows, but the contents are still the same:
What are you extracting with regex? Sorry I’m not very familiar with regex codes so not sure what that regex is doing. Possibly it’s putting all the values in to one string? If it is then maybe take that operator off the end and see if that works.
You might then have to choose multi-input’s value’s ‘name of field’ in the variable.