NOTIN

Returns true if the given value is NOT found within the given List.

Syntax
NOTIN(value, list)

Example

NOTIN('ABC', TOLIST({{listfield}}))
 
NOTIN('ABC', PRIOR('repeatfield'))

Related

IN