Hi All,
I'm trying to get a workflow together that will query a large list of items, divide them evenly among a number of people that may vary (there is another list that sets a persons status as to whether they will receive anything that day) and "assign" the items to them.
I have a list workflow that assigns one item, then starts the workflow on the next item but that is taking forever.
Is there a way to do it as a site workflow that will query all of items, divide them and only assign those to person one, then do the same for everyone else?