I have a collection named "booking". I want to compare one of item with all the other items in the same collection. Therefore I want to filter out all rows in "booking" beside ID=bid. My code:
Filter(booking,(ID<>bid)
But it prompt me for delegation warning. How can I get rid of it?