How to new line in Description Field?

Ronn Allen Tuma
Tera Contributor

Good day to everyone. Is there anyway to add a new line for each name displayed in the description field? The value being displayed is extracted users from a group and declared as a string using the set flow variables. Is there a way other than scripting? Here is the flow:

RonnAllenTuma_1-1665111965388.png

RonnAllenTuma_2-1665112010830.png

RonnAllenTuma_3-1665112083640.png

RonnAllenTuma_4-1665112148399.png

RonnAllenTuma_5-1665112192322.png

 

Output:

RonnAllenTuma_0-1665111648305.png

 

1 ACCEPTED SOLUTION

Anil Lande
Kilo Patron

Hi,

You need make below changes,

1. In set Flow variable action use comma to separate members name like below:

AnilLande_0-1665114363136.png

2. In Create catalog action for field mappings use below script to:

AnilLande_1-1665114461912.pngAnilLande_2-1665114560079.png

 

Use your flow variable names wherever required.

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

2 REPLIES 2

Community Alums
Not applicable

Hi @Ronn Allen Tuma ,

Try as

javascript&colon; "<varbiable> \n <varbiable>"

Screenshot for reference:

SandeepDutta_0-1665113055065.png

 

 

Anil Lande
Kilo Patron

Hi,

You need make below changes,

1. In set Flow variable action use comma to separate members name like below:

AnilLande_0-1665114363136.png

2. In Create catalog action for field mappings use below script to:

AnilLande_1-1665114461912.pngAnilLande_2-1665114560079.png

 

Use your flow variable names wherever required.

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande