Hi,
Ive got a resource claim that has several arguments in the query. One of the arguments is based on a table that is updated just after the resource claim. Because the argument is only updated after the resource claim multiple tokens can get a resource where i dont want them to do so.
For example there are two types that can claim one of the three resources, but at one time only two of the same type can claim a resource never three.
I think i need to change the query in such a way that a dynamic expression is used, only im not sure it that will prevent the resource claim of three tokens at once and thus circumventing the solution.
Adding a zone that only allows one token doenst work because the other arguments in the query get influenced.
i hope anyone has seme smart ideas.
kind regards