Nected Docs
Try Nected For Free
  • 5 min QuickStart Guide
  • Getting Started
    • Introduction
    • Core Concepts
    • Use Cases
    • Tech Architecture
    • FAQs
  • INTEGRATIONS
    • Overview
    • Integrations Libraries
      • PostGres
      • MySQL
      • Oracle
      • MS SQL Server
      • Snowflake
      • MongoDB
      • RedShift
      • REST API
      • Google Sheets
      • Slack
    • Managing Integrations
  • DATASETS
    • Overview
    • Managing Dataset
  • Rules
    • Overview
    • Rule Types
      • SimpleRule
      • DecisionTable
      • Ruleset
      • Rule Chain
    • Rule Conditions
    • Rule Actions
    • Concepts
      • Rule Result
      • Test & Publish Rules
    • Add Input Attributes
      • JSON Input Attributes
      • List Input Attributes
  • Triggers
    • Trigger Rule via API
    • Trigger Rule via WebHook
    • Trigger Workflow via API
    • Trigger Workflow via WebHook
    • Scheduler
    • Rule Response Format
  • Workflow
    • Overview
    • Managing Workflow
    • Add Node
      • Action Nodes
        • Rule Node
        • Workflow Node
        • Custom Code Node
        • Database Node
        • REST API Node
      • Control Nodes
        • Loop Node
        • Delay Node
        • Response Node
        • Set Variables Node
        • Switch Block
    • Test & Publish Workflows
  • CODE AND DATABASE QUERIES
    • JavaScript Editor
    • Formula Editor
    • JSON Editor
    • List Editor
    • Excel-like Function
  • Embedded System
    • White-Labelling
    • Embeddable View
  • Self Hosting
    • Overview
    • Infrastructure Sizing
    • New Installation
      • Docker
      • Kubernetes
        • Set Up Kubernetes Cluster on AWS EKS
    • Additional Configuration
      • High Availability
      • Email Setup Guide
    • Upgrade Nected Version
  • Security
    • API Authentication
      • OAuth as part of Authentication under REST API
    • Role Based Access Control (RBAC)
    • SOC 2 Type 2, GDPR, ISO Compliance
  • Audit
    • Audit Trail
    • Approval Flow
    • Version Control & Rollback
    • Import/Export
  • Management API
    • Audit Log API
    • Global Variable API
  • References
    • Attribute Library
    • Global Variables
    • Pre-Configured Tokens
    • Pre-Configured Operators
    • NULL Value Handling/Behavior
    • Troubleshooting Errors
      • Multiple Tabs/Users Edits
      • Limits in Nected
    • Allowed Status Combinations
    • Environments
    • Usage Widget
    • Gen AI
  • ACCOUNT SETTINGS
    • Workspace Setting
      • Date Format and Timezone Settings
Powered by GitBook
On this page
  1. References

Pre-Configured Operators

Nected provides various pre-configured operators that you can use with SimpleRules and DecisionTables.

The following table lists all the pre-configured operators and their available values.

Table 3: Pre-Configured Operators

Common/Generic

  1. Any

  2. Exists

  3. Doesn’t Exist

  4. Is Null

  5. Is not Null

Number

  1. Between

  2. Not Between

  3. Equals

  4. Not Equals

  5. Greater than

  6. Less than

  7. Greater than or equals

  8. Less than or equals

  9. Is Even

  10. Is Not Even

String

  1. Equals

  2. Not Equals

  3. Contains

  4. Does not Contains

  5. Starts With

  6. Does not start with

  7. Ends with

  8. Doesn’t Ends with

  9. Is IN

  10. IS NOT IN

  11. Is Empty

  12. is not Empty

Dates or DateTime

  1. Between

  2. Not Between

  3. Equals

  4. Not Equals

  5. Greater than

  6. Less than

  7. Greater than or equals

  8. Less than or equals

Boolean

  1. Is False

  2. Is True

List

  1. Empty

  2. Not Empty

  3. In

  4. Not in

  5. Contains

  6. Not Contains

  7. Match All

  8. Not Match All

  9. Equals

  10. Not equals

  11. ContainsIn

  12. Not ContainsIn

JSON

  1. Has Key

  2. Does not Have Key

  3. Contains

  4. Does not Contain

PreviousPre-Configured TokensNextNULL Value Handling/Behavior

Last updated 8 months ago