> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum UpsertRowActionStatus

> Upsert: Action status for each row

Upsert: Action status for each row

## Syntax

```crmscript theme={null}
UpsertRowActionStatus
```

## Fields

| Name           | Description                                                         |
| -------------- | ------------------------------------------------------------------- |
| Inserted       | Row not found in target, inserted; primary key assigned as required |
| Updated        | Row found in target, update needed                                  |
| NoUpdateNeeded | Row found in target, no updated needed                              |
| Deleted        | Row not matched in incoming keys and DELETED                        |
| ColumnsZeroed  | Row not matched in incoming keys and COLUMNS ZEROED                 |
