Did you know that you’re not limited to just system-to-system integrations? In Logcore Auto, you can also upload a CSV…
HideIf, the Consultant’s Best Friend All APIs have their quirks and require different logic. With the HideIf function, you can…
ArrayMap Syntax: ArrayMap: array[] Iterate and Maps the elements in the input array[] to the current object parent Array. Structural…
Base64 Decode Syntax: Base64D(param1) Converts/Decodes Base64 string to string. Conversion Parameters: Name Type Description param1 string The Base64 string to…
Any Syntax: Any(array[]) Returns true if there are one or more elements in the array[]. Array Parameters: Name Type Description…
LogCore Language Documentation Arrays Conversion Data Types Date and Time Logical Math String Structural
Create endpoints to receive incoming data and trigger flows. When to Use Settings Basic Request Handling Response Config Access Webhook…
Call another integration from your flow. When to Use Settings Basic Parameters Result Handling Tips
Repeat steps as long as a condition remains true. When to Use Settings Basic Error Handling Inside the While Loop…
Exit a loop early when a condition is met. When to Use Settings Basic Advanced Tips
Filter arrays based on conditions. When to Use Settings Basic Filter Conditions Advanced Tips
Store and retrieve data across integration runs. When to Use Settings Basic Key-Value JSON Document Blob List Tips
Interact with databases: query, insert, update, or delete. When to Use Settings Basic SELECT INSERT UPDATE DELETE Stored Procedure Tips
Transform data formats or structures with the Data Conversion Step. When to Use Settings Basic Format XML Specific Output Advanced…
The Loop Step processes each item in an array/collection individually. When to Use Settings Basic Settings Inside the Loop Error…