# Insert Record

> Inserts a new record into a specified table in a supported JDBC database.

## Description

Inserts a new record into a specified table in a supported JDBC database.

## Project compatibility

Windows | Cross-platform

## Configuration

* **Connection** - The connection established in Integration Service. Access the dropdown menu to choose, add, or manage connections.
* Select **Switch to object view** to explore and map your data using the [Data Mapping editor](https://docs.uipath.com/studio-web/automation-cloud/latest/user-guide/configuring-activities#data-mapping-editor).
* **Table Name** – The table where the new record will be inserted.
* **Record Data** – Key-value pairs of column names and values to insert.

### Output

* **Inserted Record ID** – The unique identifier of the newly created record (if applicable).
