Hi Arian,
I have a field with multiselect values and I want to show these values as plain text using dynamic tag and loop. Example: if there are 3 selected values, I want to show them like: English, French & Spanish but I am getting like English French Spanish (no comma or &). Can I achieve this using mod so that I can see like English, French & Spanish or at least English, French, Spanish.? I am using this:
@post(multiselect.value).count().is_greater_than(1).then().append(\,)
It’s not printing the value but comma even at the end.
©2026 Created by 27collective LLC. All rights reserved