Hi all,
i am currently using k2 Five for sharepoint...
i am facing issue while using contains inline function in workflow.
My Scenario: i need to check user in the group of users and have to concat with data field.
while doing so its returning as system.objecte], so it always getting into false loop when using CONTAINS inline function.
Components used in Workflow :
1.Create Refernece 1 : To get group of users from list A.
2.Create Refernece 2 : To get single user from list B.
3.Loop : using Reference 1.
4.Decision with Contain(Reference 1 Item contains Reference 2 Item) operation.(Fails Here)
5.If Above decision is true then concat the user name in data field and so on.