How to make a comma seperated list Server Side

You could use the split formatter to create the array of strings, then use a repeat step on that array and a set value for $value.toNumber()

Depending on how many places you need it, it could be quicker to get going that @sid suggestion but if you have an ongoing need, the custom formatter would likely be a better option

2 Likes