Skip to content

Boolean Functions

Fuuz Wiki Import edited this page Jun 7, 2026 · 2 revisions

Boolean Functions

Article Type: How-To Audience: Developers, App Admins Module: How To

Standard JSONata Boolean functions available in expressions throughout the Fuuz platform.

$boolean()

Signature: $boolean(arg)

Casts the argument to a Boolean using the following rules:

Argument type Result
Boolean unchanged
string: empty false
string: non-empty true
number: 0 false
number: non-zero true
null false
array: empty false
array: contains a member that casts to true true
array: all members cast to false false
object: empty false
object: non-empty true
function false

$not()

Signature: $not(arg)

Returns Boolean NOT on the argument. arg is first cast to a Boolean.

$exists()

Signature: $exists(arg)

Returns Boolean true if the arg expression evaluates to a value, or false if the expression does not match anything (e.g. a path to a non-existent field reference).

See Also


Source: support.fuuz.com

🏠 Home

Getting Started (14)
Training Guides (52)

Applications

Access & Users

Data Models & Schema

Screens

Weather Lookup Series — guided 3-part build

Data Flows & Integrations

Data, Reporting & Monitoring

Enterprise & Organizations

Platform Concepts & Architecture (10)
Screens & Application Design (17)
Data Models & Schema (8)
Data Flows & Scripting (51)

Designing Flows

Data Flow Nodes

JSONata Reference

Scripting

Integrations & Connectors (30)

General & iPaaS

Plex

EDI

IIoT & Edge Gateway (18)

Physical Device Connectors

Edge Data Connectors

Reporting, Documents & Dashboards (8)
Administration & Access Control (27)
Data Management (8)
Accelerators, Templates & Packages (8)
Design Standards (1)
How-To Guides (8)
FAQ & Troubleshooting (1)
Release Notes (117)

2026

2025

2024

2023

2022

2021

2020

Policies & Company (6)

Clone this wiki locally