I would like to pull a specific token from the list only if the total tokens in the list is above X.
What I am trying to model? (if there could be alternate approaches)
I have a resource pool. And when I reserve a specific resource. I need there to be at least 20 resources in the pool.
FileName: Pull_from_List_Question_09192022