Concatenate within Glide

Is it possible to concatenate Firstname and Lastname i Glide Data? (no additional spreadsheet column)

Use a template column.

1 Like

Thank you, template new for me, how?

2 Likes
2 Likes

Use that template column, add something like “First Last” then point the First part to your First name column, Last to your Last name column.

2 Likes

Perfect!

2 Likes

Okay so what confused me is that the variables are called “Replacements”.

So you name your “Replacements” and then you call on them in the “Template” (consider it a formula line).

Thanks!

Yeah, the “template” can be something like:

“{F} {L}” (first name & last name)

Then your replacements would be:

{F}: point to first name column.
{L}: point to last name column.

Then what you get is a full name.

1 Like