Free cookie consent management tool by TermsFeed not() Function
not() Function

Function

not( value )

Converts true into false, and false into true.

Parameters

Keyword Type Description

value

Boolean

A Boolean or array of Booleans to be toggled.

Returns

Boolean

Examples

not(isleapyear(1996),isleapyear(1997)) returns false, true

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Compatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Thu, Apr 25, 2024 (10:35:23 PM)

not() Function

FEEDBACK