Ah, I missed the part about the new row.
In that case just use a Bulk Insert query. You will need to create a transformer that will create an array of objects with properties that have the same names as your table. Pass that array into the Array of records to insert setting.
Here are some references to get you started:
https://docs.retool.com/docs/sql-writes#bulk-updates