For a listbox populated by a choice column
Concat(ListBox1.SelectedItems,Value,", ")
For a listbox populated by a non choice column
Concat(ListBox1.SelectedItems,ColumnNameBeingReferenced,", ")
Set up both in an app to test this before sending to make sure there were no current bugs happening, both worked as expected
Just place these as the Text property of a label, and not on a button, and no semicolons