I want to convert table to text. I try to use "concut", but it seems doesn't work as I expected.
Could you give me a thought?
I am using collection, so I am attaching error message and the value inside the collection.
In this "Dept Type" (Dept Group) column, multiple values can be saved.
I tried with
Concat(ComboBox3.SelectedItems, DeptGroup.Value. & ",")
And
Concat(ComboBox3.SelectedItems, DeptGroup. & ",")
But, still, there is error.


