Logs help you understand what happens during the execution of your flows. They provide insight into configuration, request details, responses, errors, and the overall progress of each step.
By learning how to read logs, you can troubleshoot issues, verify your setup, and ensure your flows are working as expected.
When viewing logs for a flow execution, you can:
This makes it easier to zoom in on the exact execution you want to analyze.
Logs contain different types of messages. Here are the most important categories:
These logs show how the flow and steps were configured at the time of execution. Examples include:
Example:
Trigger settings - "snapshotKey": attributes.last_modified_at.value, "arraySplittingKey": data, "syncParam": updated_since, "skipSnapshot": undefined
last_modified_at). On the next run, only newer data will be fetched.updated_since).