Hello,
I'm having issues trying to figure out how to add multiple rows to Smartsheet. I'm using workflows from @ivoller from this post about connecting to and pushing data into Smartsheet. Using the "Write new Smartsheet Record" workflow, I'm successfully able to push one record into Smartsheet, but when I try to alter the inputs to have more than one row to add, it concatenates all of them into one row.

I then get error 1037 back from Smartsheet saying that I have the same column ID in the row more than once.

This won't work for me because I'm trying to push records from one database into Smartsheet using Alteryx, and there will be thousands of records passed through.
How can I form the JSON to match Smartsheet's requirements so that I can add multiple rows programmatically?
THANK YOU!