Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

Concat two fields

Avatar

Level 2

Hi,

 

How could I combine two fields in enrichment activity in adobe campaign classic?

Please suggest.

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @rupesh12 ,

 

you can use function JuxtWords(variable1,variable2).

If you need space between you can use function JuxtWords3(variable1,space string ,variable2).

 

Variables must be strings.

 

Regards,

Milan

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @rupesh12 ,

 

you can use function JuxtWords(variable1,variable2).

If you need space between you can use function JuxtWords3(variable1,space string ,variable2).

 

Variables must be strings.

 

Regards,

Milan

Avatar

Level 4

Either you can use JustWords function or Pipe to concatenate.

 

For example : Field1||Field2||Field3. if all are in same format. if anything is in different format - then convert them.

Field1||ToString(field2)||Field3

 

Hope this helps. 

Avatar

Level 1

The easiest way is in an expression field you can just do this:

@field1+@field2

 

The plus sign will concatenate for you.

 

You can also add strings to fields like this:

'string1'+@field1

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now