I have a task list which can assign tasks to either users or SharePoint groups and i am trying to create a site workflow that will run once a week to send an email to each of the distict users or groups detailing all of their outstanding tasks.
I can query successfully if the assigned to field is marked as an individual user by using the user ID but i cannot get the query list to return anything if the Assigned To SharePoint Group.
For Clarification
This is the issue where the issue is occurring.
When applying the person or group to perAssignedTo then nothing is returned, when applying the ID to perAssignedTo then only user details are returned but no record with a group in Assigned To is returned.
Thanks In Advance.