in my example (employees) I don’t need it, but in case I would like to apply the logic it would go like this and you replace the name of my column (employees) with yours and it works.
In coda everything is a list and the filter you access via options defines which items in the list you want to see, in our all case the currentvalue (the item) can contain all items but not the already used ones thisTable.columnName
thank you so much (for repeating this solution again and again as well). It would never have occurred to me to use CurrentValue for this. I tryed a lot and used the search of course. Sometimes its so simple when you got a hint.