152
Views
2
Comments
Solved
List and Tag Widget

Hello,

I am currently using a List widget and within it, I am using a tag widget to display the values in the list.

With the combination of both widget, the output looks like:


Apple    Orange    Pear


Is there a way for the output to include a & between each list item, so that the output looks like:


Apple  &  Orange  &  Pear


Any suggestions? Thank you!

2021-09-06 15-09-53
Dorine Boudry
 
MVP
Solution

something like this :


enclose the tag with a preceding expression inside a span element (html element from toolbox)

expression is "" for first element of row, and "  &  " for all others

UserImage.jpg
Low Nico

Hello,

Thank you so much! This worked great!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.