Docs
  • Overview
    • 👋Welcome to Orimon AI
  • Product Guides
    • 🤖Create A Bot
      • 🥍Leads Generation & Support Bot
      • 💳E-Commerce Specialist Bot
    • 📪Flag and Train
    • ⚙️Setting up Bot Appearance
      • 🎨Setting Theme Color
      • 💬Setting Message Bubble
      • 🎓Setting Bot Header
      • 🗯️Setting Trigger Icon
      • 📩Setting Welcome Message
      • ◀️Setting Fallback Message
      • 🏳️Disable Branding
      • 🗒️Setting Lead Form
      • ⚠️Setting Up Conversation Triggers
      • ⚡Adding Quick Replies
      • 📎Custom Query Placeholder
    • ✨Setting Up Conversational Leads
    • 🙋Setting up Live Chat
      • ⚙️Configuring Live chat
      • 🗣️Transferring To Live Agent
      • 💻Live Chat Agent Screen
      • 🛣️Live Chat Process
      • 🕔Operational Hours
      • ⏹️Disable AI
      • 👉Join Active Chat Room
    • 💽Bot Model
    • 🌡️Bot Temperature
    • 🛑Quota Limits
    • 🎭AI custom prompt
    • 🔑Bring your openAI key (BYOK)
    • Workflows
      • 🗒️Text Node
      • 🔗Action Node
      • 🔀Condition Node
      • Dynamic Variables
  • Fundamentals
    • 🧑Inviting Members
    • ⬇️Install the Dashboard App
    • 🏦Billing and Subscription
      • 🔔How do I subscribe?
      • 🔋How to buy additional quota for my plan?
      • 📈How do I upgrade my plan?
      • ⛔How do I cancel my plan?
      • ♻️How do I renew my plan?
  • Integrations
    • 🪝Webhook
    • ⚡Zapier
    • 🛳️Pabbly
    • 🪸Hubspot
    • 👥SalesForce
    • 📗Google Sheets
  • Channels
    • 🗣️Setting up Channels for Messages
    • 📩FaceBook Messenger
    • 🟢WhatsApp
      • 💳Add Payment Method
    • 🪛DIY Website Building Tools
    • 🟦Telegram
    • 📰WordPress
    • 🌐Website Integration
    • ⚡Zapier
    • 🛳️Pabbly
    • 🇫🇴Slack
    • 🎮Discord
    • 🇫🇲MS Teams
  • Templates
    • 🤝Book a Meeting
  • White-Labelling
    • 🏳️Getting Started
    • 🤖Chat-Bot White Labelling
    • 🔰Dashboard White Labelling
    • 📧Email White Labelling
  • developer API
    • 🔍Getting Started with APIs
    • ✉️Message API
Powered by GitBook
On this page
  • 1. Creating a new node
  • 2. Configuring Condition Node

Was this helpful?

  1. Product Guides
  2. Workflows

Condition Node

Below is a guide for creating and using a condition node.

PreviousAction NodeNextDynamic Variables

Last updated 5 days ago

Was this helpful?

1. Creating a new node

  • Click the Add new node button in the top-right corner to begin defining a new workflow element.

  • From the dropdown, select Condition node.

  • The node will be pre populated with an ELSE condition for you. We will shed more light on this further in this guide.

  • Drag the node to any location on the canvas—its position will be saved automatically.

2. Configuring Condition Node

To configure your condition node follow these steps:

  1. Click Add new condition to launch the Condition Configuration wizard.

  2. You’ll see three inputs to define your rule:

    1. Field – Select which variable you want to evaluate from the dropdown of your defined variables.

    2. Operator – Choose one comparison operator (==, ===, !==, >, <, >=, <=) from the list.

    3. Value – Pick a type:

      1. true, false, null, undefined

      2. empty (checks for [] or {})

      3. Custom (enter any string in the input that appears below after you select this type)

    4. Click Add a condition (bottom-left) to insert a nested rule, then select AND or OR to chain multiple criteria.

    5. When you’re satisfied, click Save to apply your condition(s).

    6. After the modal closes, verify the node’s summary view to ensure your conditions are displayed clearly.

NOTE: For now, you cannot use the data shared from previous node. However, this will be in future releases.

🔀
Workflow canvas with a empty condition node
Condition Wizard showing how to add multiple conditions