Hi.
i need a help in allocation some work between my employees equally. for example
LIST: This is a daily list that I retrieve from a SharePoint site and input into an Alteryx workflow. We focus on items that have no assigned user, meaning they need to be allocated.
Assignee List: This contains a list of 10 individuals.
The process involves checking if an assignee is not on PTO (Paid Time Off). If they are available, we distribute the unassigned items from the LIST equally among the names in the Assignee List.
For example, if the DAILY LIST contains 10 items that need assignment, Alteryx will allocate these items to the individuals in the Assignee List. If someone is on PTO, they are excluded from the assignment.
After the allocation is complete, there should be a button to send the file to all users with a message: "Please find the attached allocation for today (XX-XX-XXXX)."
In essence, this is an allocation process.
if i have 1000 lines to assign, and i have 20 employees, then work need to assign equally
any help would be appreciated