Formula column - text from another cell with no "" marks

Did anyone manage to create a UTM creator \ manager with Monday?

the challenge I’m facing is with the Formula column. When combining text with content from another cell, the retrieved text from the other cell has “” marks around it (rendering it useless)

@Omri.gino, can you post your formula text?

Sure:

CONCATENATE(’{base URL}/?utm_source={Source}&utm_medium={Medium}&utm_campaign={campaign}’)

The end result has “” marks around each value being drawn from other cells.

I’m having trouble reproducing it. What are the column types you are using?

Interesting issue. Try this…

{base URL} & “/?utm_source=” & {{Source} & “&utm_medium=” & {Medium} & “&utm_campaign=” & {campaign}