Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLUCIONADO

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 Solução aceita

Avatar

Resposta correta de
Community Advisor

Hi @Annapoorneshwari ,

You can concatenate using Enrichment,

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

//To append another field
@urlField+@field2

 

Ver solução na publicação original

1 Resposta

Avatar

Resposta correta de
Community Advisor

Hi @Annapoorneshwari ,

You can concatenate using Enrichment,

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

//To append another field
@urlField+@field2