Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Annapoorneshwari ,

You can concatenate using Enrichment,

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

//To append another field
@urlField+@field2

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @Annapoorneshwari ,

You can concatenate using Enrichment,

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

//To append another field
@urlField+@field2