I have several groups of users that have either Create or Approve permissions, each group with Create permissions has a matching Approve group, so that anytime User1 in CreateGroup1 creates an item this item has to be approved by all the users in ApproveGroup1.
I am running a workflow every time an item is created on a list and I am able to choose the correct approval group.
My problem is that I need the approval to be done serially (one user at a time) and Sharepoint Groups sorts users alphabetically making me unable to pick the order in which users are attributed a task.
Any way to sort the users or another way to accomplish the same goal?
Thanks