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 | Data type | Description |
|---|---|---|
| Title | Optional | The name of the action. |
| Connection | Required | The PostgreSQL database connection. |
| Source | Required | Select the source for data. |
| Destination table | Required | Select or enter the name of the table to insert info. |
| Command timeout (seconds) | Optional | The time limit for command execution before it times out. Default is 120 seconds. |
| Description | Optional | Additional notes or comments about the action or configuration. |