Hello!
I am trying to get the text from a combobox in a sharepoint list.
In this List i can select some items and they remain stored as a concatenated string:


The problem is: i use the “Get list items” Activity and output a Datatable:

But in the Datatable i cannot get the string, but just this:

Does anyone know a way to get to the values?
@radu_bucur and @Diana_Mincu, im sorry for bothering you, but do you have any idea on how to solve this problem?
I did a lot of research but could not find a solution.
Hello!
I could do it using ctype(nameObject,ienumerable) and after this, you can use a for each, or just access the value using 
The variable “test” it is a system.collections.ienumerable.
1 Like