NOTIN
Returns true if the given value is NOT found within the given List.
SyntaxNOTIN(value, list)
Example
NOTIN('ABC', TOLIST({{listfield}}))
NOTIN('ABC', PRIOR('repeatfield'))
SyntaxNOTIN(value, list)
NOTIN('ABC', TOLIST({{listfield}}))
NOTIN('ABC', PRIOR('repeatfield'))