Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Sep 11, 2024 12:08 AM
Hey everyone!
I’m managing a project with around 40 part-time team members and could really use some help with setting up a simple but effective task allocation system.
Here’s what I’m hoping to achieve:
The goal is to reduce the time spent manually managing who’s claimed what, so the system becomes a bit more self-sufficient. Does anyone know a good tool or method to set this up? I’m open to using spreadsheets, scripts, or any other automation tools that might help make this easier.
Thanks in advance for your suggestions!
Sep 11, 2024 07:00 AM
Hmm perhaps a conditional trigger? I'm assuming you have a "User" type field that you're using to set who's been assigned what? If so, make it trigger when the "Status" is "Claimed" and the "User" field is empty (i.e. the task hasn't been assigned to anyone yet), and give it an action to update that Task record's "User" field with the person who made the change
In the table, update the "User" field's permissions so that no one can modify it except you and automations. Now only you and the automation can update it, and the automation will only run when it's empty and so I think this does what you want?
Sep 11, 2024 06:38 PM
Looks like this solves my problem. Would this approach handle task assignment automatically? It should cut down on the manual work of assigning tasks to a large number of users one by one, right?
Sep 12, 2024 01:27 AM - edited Sep 12, 2024 01:28 AM
re: Would this approach handle task assignment automatically?
If you mean updating the "User" field with the person who claimed it, yeap, it would
---
re: It should cut down on the manual work of assigning tasks to a large number of users one by one, right?
Yeah, as you're getting the users to claim the tasks instead of you assigning them? Sorry, not sure what you're asking!