A better solution needed

If I’m understanding you correctly, you’re trying to sort people and match them to tasks that they’re available for? You might try some version of @Robert_Petitto 's inline filter technique to sort people into groups based on their availability. If that doesn’t make sense for what you’re trying to do, you could possibly creat an inline list with a relation column only showing users that are available?

1 Like