In the last I have used Join() and html to create a list form a repeat using multi select on the final page of a survey as a summary. In my new survey I must hide the repeat, this prevents the Join() function from reaching more than the first value.
Is there a way to use concat() html on a repeat result to create a list. I realized it is already joined - like join() would do, but I need to insert the html.
Below is what I use to join() using my repeat:
concat('<li>',join("</li><li></li><li>",${repeatfield}),'</li>')