Logic Nodes

Overview

When creating a flow in Noca AI, you can choose from several types of nodes:

  • Events & Triggers – to start a flow
  • Actions – to integrate with external services
  • AI Nodes – to add AI agents for automated, AI-driven functions
  • Logic Nodes – to control flow logic, transform data, and enable advanced decision-making

While events and triggers initiate the flow and actions connect to external services, AI Nodes empower your automation with intelligent behavior, and Logic Nodes help control and structure how that automation runs. Logic nodes are built-in functions that enable branching, iteration, conditional execution, data manipulation, and inter-flow communication—all without code.

Logic Nodes List

Break Loop

Ends the execution of a loop node early, stopping further iterations.

Continue Loop

Skips the current iteration and proceeds with the next cycle of the loop.
Read more about the Loop

Condition

Branches your flow based on logical conditions (If/Then logic).
Read more about the Condition node

Loop

Executes a section of your flow multiple times, dynamically, based on arrays or collections.
Read more about the Loop node

Variable Action

Stores and manipulates variables within your flow for reuse across nodes.
Read more about the Variable Action node

Sleep

Adds a delay before continuing flow execution.

Transformations

Performs data manipulations like formatting, replacing, extracting, or cleaning values.
Read more about the Transformations node

Table

Creates and manipulates tabular data within your flow.
Read more about the Table node

Run Flow

Triggers a separate, pre-configured flow from within the current flow—helpful for modular design.

Switch

Switch allows you to build different paths based on the value of an input.

API Response

Returns structured data from the flow back to a client (e.g., webhook or external system), including status and content.

Adding a Logic Node

To add a logic node:

1

Open the Add Node modal

2

Go to the “Logic” tab

3

Select the logic node you need

4

Node settings will open or the node will be placed on canvas with its Properties Panel open

In both cases you will need to complete its configurations based on your flow’s requirements.
Each logic node has its own structure and setup, depending on its role in the flow.

 

Summary

Logic Nodes provide the backbone for intelligent, structured, and conditional automation.
Together with AI Nodes, Events, and Actions, they allow you to build flows that not only work—but think.
Ready to make your flow smarter and more flexible? Logic nodes are the tools you need.

Back to top