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
  • Queries & Formulas
  • Array Loops

Array Loops

< 1 min read

ArrayMap #

Syntax: #

ArrayMap: array[]

Iterate and Maps the elements in the input array[] to the current object parent Array. #

Structural

Parameters: #
NameTypeDescription
array[]json arrayThe array to be mapped.
Returns: #

array

”=ArrayMap”: ”$.Courses[*]”


HideIf #

Syntax: #

HideIf: param1

Hides the current object from serialization if true. #

Structural

Parameters: #
NameTypeDescription
param1boolThe condition to hide the object.
Returns: #

bool

”=HideIf”: ”@.Name = ‘Maths’ ”
(Multiple HideIf can be added to the same object: =HideIf, =HideIf2 etc)

Updated on 2025-11-20
Querying input dataData Conversion
Table of Contents
  • ArrayMap
    • Syntax:
    • Iterate and Maps the elements in the input array[] to the current object parent Array.
    • Parameters:
    • Returns:
  • HideIf
    • Syntax:
    • Hides the current object from serialization if true.
    • Parameters:
    • Returns:
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