Insert
Creates a record in a database table.
Inputs
Table
The table to insert the data into.
Record
The data to insert into the database table.
Source Field
The value to insert into the database.
Target Value
The field to insert the value into.
Outputs
Data
An array of objects representing each database record inserted into the database.
Rows Affected
The number of rows inserted into the database table.
Updated 8 months ago