Hi all!
I have a pull from item list activity on the process flow that pulls information from different partitions on a list. I assign a label to the token that stores the information of the items that are being pulled on it. (Assign to: Label items) Sometimes there is only one item being pulled, and sometimes there are more. in the latter case, the information are stored in an array, which I am reading from later in the process flow. When ever the items that are being pulled are more than one (array content >1) there is no problem and the information can be read by the other labels. but whenever array content is 1, labels cannot read that information. I even separated the labels for condition 1 (array content ==1), which doesn't use command value from label array and directly reads from getlabel(token,""). and condition 2 is when content is more that 1, and I use read label array and then read other labels from the value I get from this label. But it did not work either.