Insert rows
Inserts rows into a PostgreSQL database from a DataReader or a DataTable using bulk insert.

Example 
This flow loads customer data and then inserts it into a PostgreSQL table.
Properties
| Name | Required | Description |
|---|---|---|
| Title | No | The name of the action. |
| Connection | Yes | The PostgreSQL database connection. |
| Source | Yes | Select the source for data. |
| Destination table | Yes | Select or enter the name of the table to insert info. |
| Command timeout (seconds) | No | The time limit for command execution before it times out. Default is 120 seconds. |
| Description | No | Additional notes or comments about the action or configuration. |