🎉 Early Access Deal — 40% off locked in forever. First 200 customers only.

Claim your spot →

Workflow Logs & Error Handling

Zaplane provides two different ways to monitor workflow activities and execution logs. You can view logs for a specific workflow or check all workflow logs from the main Logs page.

Method 1: View Logs from a Specific Workflow

This method allows you to view logs only for a particular workflow.

  • Go to Zaplane → Workflows.
 Zaplane Workflows
  • Open the workflow you want to monitor.
  • Inside the workflow Actions → editor, 
workflow Actions
workflow Actions → editor
  • Click the Logs button.
Logs Button
  • Here you will see only the execution logs related to that specific workflow.
  • You can monitor:
    • Trigger executions
    • Action responses
    • Success and failed runs
    • Execution details
Show Log History

This option is useful when you want to debug or monitor a single workflow separately.

Method 2: View All Logs from the Zaplane Dashboard

Zaplane also provides a central logs page where you can monitor all workflow activities from one place.

  • Go to Zaplane → Logs.
Zaplane Dashboard
  • This page displays logs for all workflows across your website.
  • You can monitor:
    • All workflow executions
    • Success, failed, and pending logs
    • Workflow names
    • Trigger history
    • Execution timestamps
Displays logs

.

Error Handling & Debugging

If a workflow execution fails, Zaplane records the error details automatically.

  • Failed logs will display a Failed status.
  • Open the log details to inspect the returned error message.
  • Review trigger data, payload, and API responses to identify the issue.

Common issues may include:

  • Invalid API credentials
  • Expired access tokens
  • Missing required fields
  • Incorrect workflow configuration
  • Third-party API errors
Display a Failed
Run Details

After fixing the issue, you can run the workflow again and verify that the automation works correctly.