What This Covers
This page explains how to test your agent before publishing. Testing catches problems before your agent runs automatically.Why Test
- Catch errors early — Find problems before they affect real workflows
- Verify output format — Make sure results look right
- Confirm destination — Check that data goes where you expect
- Build confidence — Know your agent does what you intended
Two Testing Methods
- Trigger Test (Event Triggers Only)
What to Verify
Data retrieved correctly — Does the agent get the right information?
Processing accurate — Are summaries, calculations, or transformations correct?
Output format right — Does the result look how you expected?
Delivered to correct place — Did it go to the right email, channel, or spreadsheet?
Handles edge cases — What happens if data is missing or unexpected?
Viewing Run History
Every run is saved so you can review what happened. Where to find it: Click the History button (🕐 clock icon) in the topbar.What You’ll See
| Element | Meaning |
|---|---|
| Run number (#1, #2, etc.) | Order of execution, newest first |
| Time | When the run started |
| Triggered badge | Run was automatic (from schedule or event) |
| Blue highlight | You haven’t viewed this run yet |
Reviewing a Run
Click any run to see:- Each step the agent took
- Data retrieved from apps
- Actions performed
- Final output delivered
- Any errors that occurred
Common Issues
| Symptom | Likely cause | What to check |
|---|---|---|
| Agent doesn’t find data | Wrong time range or filter | Check your date ranges and search criteria |
| Output goes to wrong place | Incorrect destination in instructions | Verify email addresses, channel names, spreadsheet links |
| Format looks wrong | Instructions unclear about format | Be more specific about how output should look |
| Agent errors on a step | App not connected or permission issue | Click Accounts in topbar to reconnect |
| Trigger not detected | Trigger not published or wrong config | Ensure event trigger shows green “Live” status |
| Results are empty | No data matches criteria | Broaden your search or check that source data exists |
| Test button missing | No event trigger configured | Test button only appears for event-triggered agents |
After Testing
Once testing confirms your agent works:Set your trigger
Configure when the agent runs: schedule (daily, weekly) or event trigger (new email, etc.).
Activate
- For schedules: Click Enable in the schedule settings. The schedule activates immediately.
- For event triggers: Click Publish in the topbar. Status changes from Draft (amber) to Live (green).
Testing Checklist
Run a quick test with Play button
Check that output appears in the correct destination
Verify output format matches expectations
For event-triggered agents, do a trigger test with real event
Review any errors in History (🕐)
Enable schedule or publish event trigger only after successful test
Next: Triggers — Schedule and Event-Based Automation →
