Skip to Content
SyncGTM AppInbuilt Actions

Inbuilt Actions

Alongside enrichment Actions that call an external provider, the New Column search has a set of built-in utility actions. These transform a row’s own data instead — no external API, no credits.

They show up in two categories in the search modal: Extract Data and Format Data.


Extract Data

ActionWhat it does
Parse JSONBreaks a raw JSON string into individual fields
Merge ColumnsCombines two or more columns into one, with a separator
Randomizer (Spintax)Picks a random variation from spintax text per row

Format Data

ActionWhat it does
Formula GeneratorTurns a plain-English description into a formula column
Send To Another TablePushes the row into a different table in your workspace
Lookup Rows In TableMatches against another table and pulls back a value
Delete RowRemoves the current row, usually behind a filter on Auto-run
Separate NameSplits a full name into First Name and Last Name
Get First NamePulls just the first name out of a full-name column
Get Last NamePulls just the last name out of a full-name column

Where to next

  • Actions — the enrichment steps these sit alongside, with credit costs and dynamic variables
  • Table — rows, columns, and how data flows between them