PostgreSQL - Insert row action

The Insert row action adds a single row to a selected PostgreSQL table.

Insert row actionInsert row action

Input

Input fieldDescription
TableSelect the target table from the picklist, or enter the full table name.
ColumnsMap datapills into the input fields that correspond to the table columns.

CHARACTER LIMITS

Columns in your PostgreSQL table have a character limit. The connector stores only the characters up to the defined limit if you map a value that exceeds it. It doesn't return an error. PostgreSQL returns an error when you insert the same value directly.

Output

Output fieldDescription
Inserted keyThe primary key value of the newly inserted row.

Last updated: