Hi everyone, I need help assigning tasks to staff based on category and task count using FIFO logic.
I have two sheets:
📌 Example: If Staff1 is in Category A and has 5 tasks to be assigned, I need to allocate the earliest 5 tasks from Category A to Staff1 (FIFO method based on Received Date).
💬 How can I automate this assignment in Alteryx so each staff gets the correct number of tasks from their category, assigned in FIFO order?
Solved! Go to Solution.
I am not able to open the workflow. getting error message"Tool ID 1 is not the document"
Hi Community,
Is there any solution for this idea. please update here
@babuam
I expanded the tasks for each staff and join with task list based on order of Staff name.
I think we may need a priority for assignment for staff within same category in actual situation.
@Qiu @Thank you for sharing the workflow.