Docs

  • Seamless Imports: From CSV to API in Logcore Auto

    Did you know that you’re not limited to just system-to-system integrations? In Logcore Auto, you can also upload a CSV…

  • HideIf

    HideIf, the Consultant’s Best Friend All APIs have their quirks and require different logic. With the HideIf function, you can…

  • Array Loops

    ArrayMap Syntax: ArrayMap: array[] Iterate and Maps the elements in the input array[] to the current object parent Array. Structural…

  • LogCore Conversions

    Base64 Decode Syntax: Base64D(param1) Converts/Decodes Base64 string to string. Conversion Parameters: Name Type Description param1 string The Base64 string to…

  • LogCore Arrays

    Any Syntax: Any(array[]) Returns true if there are one or more elements in the array[]. Array Parameters: Name Type Description…

  • LogCore Formulas

    LogCore Language Documentation Arrays Conversion Data Types Date and Time Logical Math String Structural

  • Webhooks

    Create endpoints to receive incoming data and trigger flows. When to Use Settings Basic Request Handling Response Config Access Webhook…

  • Run Other Integration

    Call another integration from your flow. When to Use Settings Basic Parameters Result Handling Tips

  • While

    Repeat steps as long as a condition remains true. When to Use Settings Basic Error Handling Inside the While Loop…

  • Loop Break

    Exit a loop early when a condition is met. When to Use Settings Basic Advanced Tips

  • Array Filter

    Filter arrays based on conditions. When to Use Settings Basic Filter Conditions Advanced Tips

  • Local Storage

    Store and retrieve data across integration runs. When to Use Settings Basic Key-Value JSON Document Blob List Tips

  • Database Step

    Interact with databases: query, insert, update, or delete. When to Use Settings Basic SELECT INSERT UPDATE DELETE Stored Procedure Tips

  • Data Conversion

    Transform data formats or structures with the Data Conversion Step. When to Use Settings Basic Format XML Specific Output Advanced…

  • Loop

    The Loop Step processes each item in an array/collection individually. When to Use Settings Basic Settings Inside the Loop Error…