Hi,
I pass a datafield containing Main Approvers UserID (this is fine) to the Workflow
Then in the Workflow (K2 Studio) i do a client event and in the Destination Users, I want the request to go to approval to the Main Approvers and any Sub-approvers.
In my destination Rule i have:
All at Once
Specify the number of slots to be created: 1
Resolve all roles and groups to users
I have 2 destination sets:
Main Approvers - This is simply the Userid passed to the Workflow as a Datafiled (works fine)
Sub-Approvers - This is a Smartobject Method to a Smartobject containing UserIDs and a DepartID. In the Input mapping i leave it blank, in the filter i set DepartID = The department i want to filter to give me the Sub-Approvers
return property = UserID
Return all results that match filter.
When running the form, only the Main Approver is getting the request...
Any ideas?