Concatenate two strings

I don’t understand how to concatenate two strings into one. I tried all the options - either an error, or it doesn’t concatenate. Help, please…

1 Like

Hi @Yuri1 what kind of module are you using to try and concatenate the strings?

Usually you can concat by typing the two variables, one after the other.

For example: {{FirstName}} {{LastName}}

3 Likes

Thank you very much!! It turns out that I simply didn’t need to explicitly put the shaped buttons, but simply two variables in a row without any signs at all - and it worked!! Thank you!!

2 Likes