Troubleshooting Workflows
Troubleshoot common workflow issues including trigger failures, execution errors, and browser problems
Last updated
Was this helpful?
Troubleshoot common workflow issues including trigger failures, execution errors, and browser problems
Last updated
Was this helpful?
Was this helpful?
When workflows don't behave as expected, it can be frustrating to diagnose the issue. This guide covers the most common workflow problems and their solutions using Noloco's built-in debugging tools.
Problem: You create or update a record directly in Airtable, Google Sheets, or another external data source, but your Noloco workflow doesn't run.
Why this happens: Workflows only trigger when changes are made through your Noloco app interface or API, not when changes are made directly in external data sources.
Solutions:
Make changes through your Noloco app instead of directly in the external data source
Use the external data source's native automation features (e.g., Airtable Automations, Zapier) to trigger webhooks to Noloco
Set up a scheduled sync and use time-based triggers instead of record-based triggers
Problem: Your workflow sometimes runs and sometimes doesn't, even when triggered the same way.
Debugging with workflow history:
Go to your workflows page
Find your workflow and click "Run history"
Compare successful runs vs failed/missing runs
Look for patterns in the trigger data
Common causes:
Field validation: Check if required fields are properly filled when the trigger fires
Permissions: Ensure the user triggering the workflow has appropriate permissions
Workflow conditions: Review any "Only continue if" conditions that might be preventing execution
Problem: You get "Aw snap! Something went wrong" errors when trying to access or edit workflows in Chrome.
Solutions:
Try a different browser: Test in Safari, Firefox, or Edge to isolate if it's Chrome-specific
Check workflow complexity: Very large workflows with many actions can cause browser memory issues
Edit in smaller sections: If you have a complex workflow, try editing individual actions rather than the entire workflow at once
If the problem persists across browsers, it may be a platform issue. Contact support with details about your workflow complexity and any browser console errors.
Access workflow history:
Navigate to https://portals.noloco.io/~/_/workflows
Find your workflow and click "View runs"
Examine recent runs for errors, failed actions, or unexpected data
What to look for:
Error messages in failed runs
Missing runs when you expected the workflow to trigger
Successful runs with unexpected output data
Timing patterns in workflow execution
For on-demand workflows:
Use action buttons to trigger workflows with known test data
Compare results with your expectations
For automatic workflows:
Create test records that should trigger the workflow
Use simple, known-good data for testing
Monitor workflow history immediately after creating the test trigger
Identify the failure point:
Look at workflow history to see which step fails
Check if the workflow starts but doesn't complete
Verify if all expected actions executed
Test individual components:
Temporarily disable actions to isolate issues
Test with minimal data to reduce variables
Re-enable actions one by one to pinpoint problems
Check trigger conditions:
Verify the trigger type matches your use case
Review any field-specific triggers (watched fields)
Ensure trigger permissions are correct
Validate action setup:
Confirm all required fields are mapped correctly
Check that dynamic data references are valid
Verify external service configurations (webhooks, emails)
Use workflow history to diagnose:
Find the incomplete workflow run
Identify the last successful action
Check the error message for the failed action
Review the data available at the point of failure
Common solutions based on workflow history:
Missing data: Ensure all required fields are populated before the action
Permission errors: Verify the workflow has access to referenced records
External service issues: Check webhook endpoints or email configurations
Problem: You encounter "unexpected behavior" in step 3 of your automation workflow.
Debugging approach:
Review workflow history for the specific run that failed
Check step 2 output: Ensure step 2 completed successfully and provided expected data
Verify step 3 configuration: Confirm all field mappings and conditions are correct
Test with simplified data: Create a test scenario with minimal data to isolate the issue
Troubleshooting with workflow history:
Check if the email action shows as "completed" in workflow history
Look for error messages related to email delivery
Verify the email addresses in the workflow run data
Review SMTP configuration if using custom email settings
Using workflow history to diagnose:
Look for timeout error messages in the workflow run
Check the webhook URL and payload data in the run details
Verify the external service is responding by testing the webhook URL separately
When contacting support about workflow issues, provide:
Workflow run ID from the workflow history
Timestamp of the failed or missing run
Screenshots of the workflow history showing the issue
Expected vs actual behavior description
Visit Noloco Community to see if others have experienced similar workflow issues.