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
  • 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
  • Database Step

Database Step

< 1 min read

Interact with databases: query, insert, update, or delete.

When to Use #

  • Retrieve/store data in databases
  • Update records
  • Join data across tables
  • Filter results

Settings #

Basic

  • Description: Explain the DB operation
  • Connection: Choose a database connection
  • Operation: SELECT, INSERT, UPDATE, DELETE, stored procedure
  • Table: Target table

SELECT

  • Columns: Which to retrieve (* for all)
  • WHERE: Add conditions (column, operator, value)
  • JOIN: Join other tables (INNER, LEFT, RIGHT, FULL)
  • ORDER BY: Sort
  • LIMIT/OFFSET: Pagination

INSERT

  • Map columns to values (static or {{$.variable}})

UPDATE

  • SET: Which columns/values to update
  • WHERE: Target records

DELETE

  • WHERE: Target records to delete

Stored Procedure

  • Procedure Name, Parameters

Tips #

  • Use parameterized values for security
  • Keep WHERE clauses specific
  • Use LIMIT/OFFSET for large data sets
  • Test queries in the database first
  • Use ORDER BY for consistent results
  • Handle NULLs as needed
Updated on 2025-11-20
Array FilterHTTP Step
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