Hello
I am struggling finding the right approach for my issue. I have a form with a multiselect list. I run a workflow on that form and split the multiselect value string into a collection. I want to be able to loop the collection to keep only the integer.
The result of my multiselect list as the following format : id;#text;#id;#text, because it comes from a lookup to another list. I want to loop through the collection and keep only the id as I create a new item in another list for each, and I need only the id.
So basically, I am trying to find a way to loop with an increment of 2, or to check the data type to be an integer.
Could you help? Thank you!