I have a problem with GetUserCollectionFromGroup using infopath 2010. Upon running an eval syntax, it returns duplicate values of the first member of a group to make up for the group count. Lets say there are 4 members of group A [ 1, 2, 3, 4] in that order, GetUserCollectionFromGroup returns 1,1,1,1 instead of returning 1,2,3,4.
Any help on this is much appreciated