How to test and save a scenario on Make
Turn scenario OFF, use <code>Run once</code> to test with varied data including edge cases, inspect module bubbles for outputs, fix errors via execution history, then switch ON to save and go live. Common issues like invalid connections or data mismatches are caught early with visual indicators (green/yellow/red). Enable advanced settings for hidden validations; total time 15-30 mins.
Prerequisites
- Active Make.com account (Core plan recommended for unlimited tests)
- Connected apps with valid API keys or OAuth
- Sample or mock data bundles for triggers
- Basic understanding of scenario modules and data flow
Step-by-Step Instructions
Prepare scenario for testing
Turn scenario OFF
Run manual test with Run once
Run once button in the scenario editor. Trigger input by sending a webhook request, updating a connected app record, or executing a data-pull module. Use sample/mock data to simulate without live risks.Inspect module outputs
Test with varied data and edge cases
Run once tests using different inputs, including edge cases. Confirm branches, filters, and error handling work under various conditions for comprehensive coverage.Check execution history and status icons
Fix mappings and connections
Turn scenario ON to save and go live
Common Issues & Troubleshooting
"Connection invalid" or "401 Unauthorized"
Refresh expired API tokens/OAuth, test connections individually, and reauthorize apps.
Module errors (red X) or data mapping fails
Inspect bubbles and execution history logs, remap fields using correct bundle paths, run with sample data.
Quota/credit limits during tests
Upgrade to paid plan, use mock data or previous bundles, avoid loops/pagination in tests.
Filters/routers not behaving correctly
Test edge cases separately, verify conditions with varied inputs, check advanced settings.
Unsaved changes or auto-save issues
Run <code>Run once</code> after edits (triggers save), duplicate scenario if needed for backups.