Skip to content

And Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

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))

Clone this wiki locally