Forum Discussion
MichaelTamoush
4 years agoQrew Captain
Can you do it like this?
var text MultiSelect = totext([Multi-Select Lookup]);
If(Contains($MultiSelect, "Section Name"), [Section Name]) &
If(Contains($MultiSelect, "Section No."), [Section No.]) &
.....
)
You could wrap the entire thing in a List(";", ......) if you want to separate them by a deliniator.
------------------------------
Mike Tamoush
------------------------------
var text MultiSelect = totext([Multi-Select Lookup]);
If(Contains($MultiSelect, "Section Name"), [Section Name]) &
If(Contains($MultiSelect, "Section No."), [Section No.]) &
.....
)
You could wrap the entire thing in a List(";", ......) if you want to separate them by a deliniator.
------------------------------
Mike Tamoush
------------------------------