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
  • Debugging
    • Breakpoints and Step-by-Step Debugging
  • 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

Queries & Formulas

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

Local Storage

< 1 min read

Store and retrieve data across integration runs.

When to Use #

  • Persist data between runs
  • Save API tokens/credentials
  • Create lookup/reference tables
  • Store files/blobs
  • Implement stateful flows

Settings #

Basic

  • Description: Name this storage action
  • Storage Type: Key-Value, JSON Document, Blob
  • Operation: Get, Set, Delete, List

Key-Value

  • Key: Identifier
  • Value: Data to store
  • Expiration: Optional TTL

JSON Document

  • Document ID: Identifier
  • Document: JSON data
  • Path: JSONPath for specific extraction/update

Blob

  • Blob ID: Identifier
  • Content: File/binary data
  • Content Type: MIME type

List

  • Filter: Pattern to filter keys/IDs
  • Max Items: Limit results

Tips #

  • Use consistent key naming
  • Add timestamps for time-series data
  • For changing data, use JSON Document with paths
  • Set expirations for temp data
  • Use for caching
  • Storage is tenant-specific
Updated on 2025-11-20
Database StepArray Filter
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