we are developing K2 five workflow in the sharepoint site. In the smartobject method component we are passing the current login user id and getting the group details of login user as a collection. we are passing the retived collection value in the loop.
In our example the login user is part of seven groups , we retrived all the groups in the collection as id and group title as expected.
But while passing that collection reference in the loop component we are not getting the splitted groups title value. But the loop excuted the seven times.