Merge two text fields

Hello,
I wanted to know the formula, in workflow, to merge two text fields.
I tried {concat ({P0}; {P1})} but it doesn’t work. Any suggestions?
Thank you

Suitecrm 7.11.4
PHP 7.2
Mysql

There is no need of special formula. Just enter the variables one after the other to concatenate.

{P0}{P1}

If you want _ in the middle use this:

{P0}_{P1}
1 Like

It works! I’m good at complicating things :slight_smile: .
I thank you very much