LogCore Docs

  • Http requests

    Welcome to our series exploring the modules, known as steps, within LogCore Auto! In each post, we’ll dissect a different…

    ·


  • 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…

    ·


  • If/Else

    The If/Else Step creates logic branches in your flow based on conditions. When to Use Settings Basic Settings Condition Configuration…

    ·


  • HTTP Step

    The HTTP Step allows you to make API calls, send data, and process responses from external systems. When to Use…

    ·


  • Pagination in Http requests (Deprecated)

    When managing large datasets, retrieving all rows in a single request isn’t always feasible. Pagination allows you to fetch data…

    ·