> ## 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 UpsertNomatchAction

> Upsert: Action to take on target table rows that do not match any incoming keys

Upsert: Action to take on target table rows that do not match any incoming keys

## Syntax

```crmscript theme={null}
UpsertNomatchAction
```

## Fields

| Name        | Description                                                        |
| ----------- | ------------------------------------------------------------------ |
| NoChange    | No action, leave target table row unchanged                        |
| ZeroColumns | Zero/default-value the targeted 'columns' in all non-matching rows |
| DeleteRow   | Delete the entire row, for all non-matching-row                    |
