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
  • While

While

< 1 min read

Repeat steps as long as a condition remains true.

When to Use #

  • Repeat until condition met
  • Poll for status changes
  • Retry with max attempts
  • Process data in batches

Settings #

Basic

  • Description: Name your loop
  • Max Iterations: Set to prevent infinite loops
  • Condition:
    • Left Expression
    • Operator
    • Right Expression
    • AND/OR logic

Error Handling

  • Error Flow: Steps if an error happens
  • Continue on Error: Keep looping after errors

Inside the While Loop

  • Add steps with “+”
  • Steps repeat while condition is true

Tips #

  • Always set Max Iterations
  • Ensure condition can become false
  • Use counter variables as needed
  • Use Sleep/Delay for polling
  • Condition is checked before each round
Updated on 2025-11-20
WebhooksArray Filter
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