Hey all,
I am struggling to find what I’m looking for, and hoping someone might jump to the rescue.
I’m making a to-do list using a Kanban view and would like to limit the amount of active tasks or “in progress” tasks to a fixed number, I would ideally like to run an automation to detect when something leaves “in progress” into the “completed” or “deferred”/“rejected” status and take a new task from the “to-do” tasks.
However, I cannot think of how to solve this using the options available in the automation. Has anyone dealt with this? I’m thinking of having a counting row in the table that the automation checks for when selecting which row to add next, although I’m not sure that’s the most elegant/smart option.
In summary: I would like to limit the number of rows that have a particular status to a fixed number, I cannot manually add more to that status unless another leaves that status, and if the number is below the fixed number; the automation will select from a prepared status to add it to that status.