Merge Columns
Merge Columns combines two or more columns into a single value, joined by a separator you pick.
What it does
- Takes any number of source columns and concatenates their values into one output
- Lets you set the separator — space, comma, hyphen, or custom text
- Skips empty source values instead of leaving stray separators behind
Common use: build a Full Name column from First Name + Last Name, or a combined address from street, city, and state.
How to use it
- Click Add Action and search “Merge Columns”
- Select the columns to combine, in order
- Set the separator
- Run the row, then the column
Where to next
- Separate Name — the reverse: split one name column into first and last
- Actions — dynamic variables and how columns chain together