Skip to content
  • 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
  • If/Else

If/Else

< 1 min read

The If/Else Step creates logic branches in your flow based on conditions.

When to Use #

  • Take different actions based on data
  • Implement “if this, then that” logic
  • Handle errors differently than successes
  • Filter/process only items meeting criteria

Settings #

Basic Settings

  • Description: Name your condition
  • Editor preview: Toggle output preview

Condition Configuration

  • Combine expressions with AND/OR logic
  • Each condition:
    • Left Expression (e.g., $.customer.status)
    • Operator: =, <>, <, <=, >, >=
    • Right Expression: Value or variable
    • Optional parentheses for grouping

Input Preview

  • View usable data
  • “Play” button to test your condition

True/False Branches

  • True: Steps here run if condition is true
  • False: Steps here run if false
  • Add steps with the “+” button

Tips #

Use “True”/”False” constants for booleans

Keep conditions simple and readable

Use several If/Else steps for complex logic

Test with different data

Reference prior data using JSONPath

Updated on 2025-11-20
HTTP StepLoop
Table of Contents
  • When to Use
  • Settings
  • Tips

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