View All Docs
Product Overview
A down-facing caret indicating that this drawer is closed. Click to open it.
Account Overview
Integrations
A down-facing caret indicating that this drawer is closed. Click to open it.
Transforms
A down-facing caret indicating that this drawer is closed. Click to open it.
Security
A down-facing caret indicating that this drawer is closed. Click to open it.
Transforms   ->

Merge columns

The Merge columns step combines data from two or more columns into a single column separated by a specified character.

This step can serve a lot of different purposes, though it is especially useful for creating lists inside of a single cell, which can help with transferring complex data or creating lists to search against for avoiding duplicates.

(Please note: Merge columns step used to be named Combine columns and Column merge.)

Input/output

Let's say we need to combine the data from our columns "Product" and "Size" to create a new column called "Product Label" for easy label creation. The Merge columns step is how we'll achieve this.

Our input data has two separate columns "Product" and "Size".

After using the Merge columns step, we have a new column called "Combined: Orders" where  values from the columns "Product" and "Size" were merged while separated by a comma.

Custom settings

Once you've connected your flow's most recent step to this one, open up the Merge columns step window and under New Column Name, type the name you'd like your new column to be.

Then, under Merge, select two or more columns from your original data that you'd like to merge.

After that, expand Advanced Settings if you want to set a custom delimiter. Our example sets the delimiter to a comma and space  ", "  which will be placed in between the data from the "Product" column and the data from the "Size" column. If no delimiter is inputted, the step will default to merging the data in the columns with no comma or space in between.

If necessary, you can also check the box next to "Add delimiter after blank values". This is powerful if you're trying to create a JSON array or object and it's important that each object or array has the same number of commas, separating all column values including blank ones.

Common questions and how to troubleshoot

Here are a few common questions that come up around the Merge columns step and ways to troubleshoot them:

Issue: I’m seeing my rows multiplied in the results section of the Merge columns step.

Solution: It’s possible that you are matching on data that is duplicated in one or both of your sources. Check your inputs to make sure the selected matching columns have unique data in both inputs. If you don’t have a column with unique data, you may need to choose multiple columns to match with to make sure you’re not duplicating your rows.

Here is a quick video walking through this process:

Issue: I’m seeing a Missing columns error in my Merge columns step.

Solution: This can happen when you make changes to one of your inputs after you’ve already selected the setting in your Merge columns step. You’ll need to either reselect your matching columns in that step or pull in a new Combine tables step.