The Celigo platform (integrator.io) provides several diagnostic tools, including error fields, audit logs, and execution logs, to help you identify root causes and troubleshoot flow errors or failures.
Prerequisites
- Permissions: You need at least Monitor access to view dashboards and error lists. Admin or Manage access is required to view audit logs, execution logs, or use the Developer playground.
- Subscription plan: Standard, Professional, or Enterprise edition. Debug logs and advanced diagnostics may vary by plan.
Tools to troubleshoot errors
When an error occurs after a flow runs, look for cues in three places: the Errors page, Flow builder, and the Developer playground / Advanced Field Editors (AFEs). The table below maps each diagnostic tool to where you'll find it and how to use it.
| Tool | What it does | When to use it | How to use it |
|---|---|---|---|
| Error fields (AI support) | Shows the source, timestamp, classification, and trace key for each error. | As your first stop, for immediate troubleshooting of any error. |
For more information, see Troubleshoot errors with Celigo Ora |
| Audit logs | Records resource modifications made by any user. | When a previously working flow fails and you suspect a configuration change. |
For more information, see View or download audit logs |
| Execution logs (run logs) | Provides step-level status and timing for each stage of a flow run. | When you need detailed, per-record visibility into how a flow executed. |
For more information, see Introduction to execution logs |
| Debug logs (for HTTP connectors) | Captures HTTP request and response details for connections. | For API troubleshooting on HTTP, Salesforce, or NetSuite connector errors. |
For more information, see Debug flow steps & Debug connections |
| Diagnostics | Produces a downloadable ZIP with configuration snapshots. | For deep-dive analysis or when sharing configuration with a colleague or Support. | |
| Developer playground /Advanced Field Editors (AFEs) | Performs real-time syntax checking for JavaScript and Handlebars. | When an error points to a script in a hook, filter, or mapping. |
For more information, see Advanced field editors (AFEs) and the Playground |