Skip to content

Or Function

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

Syntax

bool Or(condition:bool, condition:bool)

Description

Returns a Boolean value indicating if either condition is true.

Remarks

If any of the input condition is null, the function returns false.

Supported Version

1.0.0.0 and later

Examples

Or([//Target/IsAdmin],Contains([//WorkflowData/AdminMembers],[//Target/ObjectID]))

Clone this wiki locally