Create multiple Joined List columns, and then combine them using a template column with a different separator. I usually use a double-pipe ||, as it’s pretty rare that you would have that in your data. You’ll then have a Joined List of Joined Lists, with the outer list separated by double-pipe, and the inner lists separated by commas.
1 Like