Not Function - microsoft/MIMWAL GitHub Wiki
Syntax
bool Not(condition:bool)
Description
Flips the Boolean value of the supplied condition.
Remarks
If the input condition is null, the function returns true.
Supported Version
1.0.0.0 and later
Examples
Not(IsPresent([//Target/MiddleName]))