# Insert Rows

> `UiPath.Azure.Activities.InsertRows`

`UiPath.Azure.Activities.InsertRows`

## Description

Inserts new rows in the specified table or replaces them if they already exist.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **InsertType** - Specifies the insertion type used for this operation. The possible values are **InsertOrReplace**, **Insert** and **InsertOrMerge**. The default value is **InsertOrReplace**.
* **Rows** - Specifies exactly the rows that need to be inserted.
* **Table** - Specifies the table where the rows need to be inserted.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
