Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

concatenating a filed and string

Avatar

Level 1

is there a way to concatenate a string with one field which contains url in adobe tool

1 Reply

Avatar

Community Advisor

Hi @Annapoorneshwari ,

You can concatenate using Enrichment,

//To add static content
@urlField+'aaaaaa'

//To append another field
@urlField+@field2