How to create your first scenario on Make
Sign up at make.com, create a new scenario, add a trigger like Google Sheets Watch New Rows, configure connections, add an action like Send Slack Message, map data, test, and activate with a schedule. Start simple and test thoroughly before going live. Use filters for conditions if needed.
Prerequisites
- A free Make.com account
- Accounts for apps like Google Sheets, Gmail, or Slack
- Basic understanding of app data flow
Step-by-Step Instructions
Sign up or log in to Make
Navigate to Scenarios
Create a new scenario
Select and add a trigger module
Create a connection
Configure trigger settings
Add an action module
Map data between modules
{{1.Name}} for module 1 output.Test the scenario
Schedule and activate
*/15 * * * *). Toggle Scheduling ON with the slider. Click Save top-left.Common Issues & Troubleshooting
No data available for mapping in action module
Run the trigger module first with <strong>Run once</strong> to generate output bundles, then drag from the left panel.
Connection authorization fails
Ensure you have admin access to the app account and re-authorize via the <strong>Add</strong> button; check app permissions.
Scenario runs but no action triggers
Verify trigger criteria match real data, increase row limits, and check execution log for filtered bundles.
Red error icons during test
Click the red bundle in execution history to view detailed error logs and fix mappings or connections.
Only one trigger per scenario
Create separate scenarios for multiple independent triggers; use routers for conditional branches within one.