Expandir minha barra de realizações na Comunidade.

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

Workfront Fusion remove spaces from field

Avatar

Level 2

Hi,

 

I am trying to remove spaces from values and concat them into a new field with Fusion such that we can easily provide information. This has to be done with Fusion because some of the information is on a higher task or even project level and are custom fields, so doing this with a calculated field is not an option. For now I have 5 fields that I want to concat into one field such that:

  • Field 1: 1112222
  • Field 2: Collection
  • Field 3: Product Description
  • Field 4: Volume in ML

Combines into the field that shows: 1112222-collection-productdescription-volumeinml

 

I managed to create the concat and also make it lower case using the lower() function. Now I tried to use the replace function by doing replace(fieldname;" ";"") but that does not seem to work. How can I get rid of all the spaces such that the name is just one string of text?

2 Respostas

Avatar

Level 10

Hello NCorver,

 

I think you need to use the corresponding keywords for space and emptystring to make it work.

 

lgaertner_0-1757432420013.png

 

Regards

Lars

 

Avatar

Level 1

Hi lgeartner,

 

Works like a charm, thank you!