Logic: Not
Filters items that do not match the filter.
Reverses a condition. It keeps an item only when the condition you choose does not match, and filters out the items that do match. Use this to express the opposite of a check, for example “keep every order that is not cancelled” by wrapping a “status equals cancelled” condition in this one.