How do you want to display the result, to get the label as an array, what you can do is use map function,
map(Modeles de lodge;label)
Where Modeles de lodge… is the mapping that you want to use the formula from the output module if the given array.
If you want to have the output as Comma separated then use join function,
join(map(Modeles de lodge;label);,)
