Combining a text and a lookup column into one

I have searched and somehow can’t figure this out. It’s probably a simple answer. I have one text column and one look-up column that I would like to combine (like with concatenate) into one column. How do I do that??

Hello there, it sounds like you would like to concatenate the values of two columns (one lookup and one text) into one. If so, you can try a formula like this: Concatenate(thisRow.[Lookup Column], " ", thisRow.[Text Column])

Let us know how it goes.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.