And Function - microsoft/MIMWAL GitHub Wiki
Syntax
bool And(condition:bool, condition:bool)
Description
Returns a Boolean value indicating whether or not both conditions are true.
Remarks
If any of the inputs conditions are null, the function returns false.
Supported Version
1.0.0.0 and later
Examples
And([//WorkflowData/IsStoreWorker],[//Target/IsInAD))