Insert row

An Insert row node is used to insert a single row in a database in the context of a Store data operation.
You can define one or more column names and an expression for the value of the column.

Properties

Name
Project script attribute
Description
Table name
N/A
Name of the database table to insert a row in.

Properties per column

Name
Project script attribute
Description
Name
Name of the column in the table.
Value
Value to insert in the column.

Project script node name

N/A
See also
Store data
Update row
Delete row
Rollback