Concatenate sub lists

Hi All

I’m looking to concatenate sub lists, output would be:
B-L0-001: Bathroom / B-L0-002: Office

Thank you

hi
try to use String.Concat node with level 2
and if you want to add a separator between them use String.Join Node with level 2 also

1 Like

Wow,I need to go study lists, thank you!!