How to send an array as individual rows to Postgres/any DB like Baserow etc

Hey @Jayavel,

It looks like the problem there is you only have one input item rather than 2 so it is trying to be clever, You would need to take your data and split it up into multiple items then insert it so something like this…