Combining Column Help

I have 2 columns - Name and Email

Every row has a name. However, not every row has an email.

I want to be able to have a column that shows the email if there is one and if there isn’t an email, use the name instead.

This seems like a very simple setup, but I’m having trouble figuring out how to do this.

Hi @Josh_Cykiert, the If/Else step can help you with that one :slight_smile: You can use the exact logic you described: if there is an email, pull in that email value. If not, default to name. See below for a mock of how this might look:

2 Likes