Skip to content
Image
  • Product
  • LogCore + AI
  • Resources
  • Pricing
Getting started
Log in

How can we help you?

Getting Started

  • Introduction
    • Integration and Automation
  • Tutorials
    • Seamless Imports: From CSV to API in Logcore Auto

Building Integrations

  • How to build an integration
  • Flows
    • Http requests
    • Pagination in Http requests (Deprecated)
  • Steps
    • Array Filter
    • Database Step
    • HTTP Step
    • If/Else
    • Local Storage
    • Loop
    • Loop Break
    • Run Other Integration
    • Webhooks
    • While
  • Debugging
    • Breakpoints and Step-by-Step Debugging

Queries & Formulas

  • Array Loops
  • Data Conversion
  • HideIf
  • LogCore Arrays
  • LogCore Conversions
  • LogCore Formulas
  • Querying input data
View Categories
  • Home
  • Resources
  • Building Integrations
  • Steps
  • Loop Break

Loop Break

< 1 min read

Exit a loop early when a condition is met.

When to Use #

  • Stop loop when a specific condition is reached
  • Implement early exit logic
  • Exit after finding an item
  • Handle errors within a loop

Settings #

Basic

  • Description: Name the breaker
  • Condition:
    • Left Expression
    • Operator (=, <>, <, <=, >, >=)
    • Right Expression
    • AND/OR for multiple

Advanced

  • Break Type:
    • Break: Skip current, continue loop
    • Exit Loop: End loop, continue after
    • Stop Integration: End everything

Tips #

  • Use Exit Loop sparingly
  • Prefer If inside loops for most logic
  • Test loop breakers for timing
  • Be careful with Stop Integration
  • Use Break to skip items but keep going
Updated on 2025-11-20
LoopRun Other Integration
Table of Contents
  • When to Use
  • Settings
  • Tips
Image

We’re ready when you are

LogCore helps businesses connect systems automate workflows keep operations flowing

Let’s build something great together

Product

  • Overview
  • AI
  • Resources
  • Pricing

Company

  • About Us
  • Contact Us
  • Terms Of Service
Advertisement