Debug a workflow
Read the execution log, inspect each step, and test with sample data.
4 min read Updated 2026-04-24
Every workflow keeps a log of every contact that entered, which steps they hit, and what happened at each one. When something misfires, the log is always step one.
- 1Open the workflow → Execution logFilter by contact, date, or status.
- 2Click a contact rowExpand to see every step they traversed and the data at each one.
- 3Find the red stepFailed steps are red. Hover for the error.
- 4Fix and retryMost failures are missing custom fields or a bad merge token. Fix the template and optionally re-run for that contact.