How to `join` an Array of String with a prefix for each string?

:sweat_smile:

I made a change considering that the array could be empty and the sort= has to happen just after ? (question mark)

{{if(length(0.array) >= 1; "?sort=" + join(0.array; "&sort="); emptystring)}}

@JimTheMondayMan Thanks for the help.

1 Like