Bulk Create Rows
Last updated
Was this helpful?
Last updated
Was this helpful?
The Bulk Create Rows step allows you to create multiple rows in a table.
By default, the expected format of the action is an array of objects representing the rows to be created. The object keys are the column names and the values are the values to be inserted.
This object will be sent to the server and converted to an INSERT
statement, for example:
Unset fields will be presented as undefined and will not be used in the INSERT
statement - the table defaults will be applied instead.
You can always adjust the data before sending it and you can also add dynamic data to the query using Table variables - {{ui.table.value}}
.