Make.com Automation Step by Step Tutorial for Beginners
by Unknown
The video walks viewers through creating a Make.com account, exploring the dashboard, and building a basic scenario that captures form responses and sends them to Google Sheets. It covers setting up triggers, connecting apps, mapping data, testing, and activating the workflow, all while highlighting free plan limits and pricing options.
Make.com Automation Step by Step Tutorial for Beginners
Overview
This guide follows the exact steps shown in the YouTube video "Make.com Automation Step by Step Tutorial for Beginners". It teaches how to:
- Sign up for a free Make.com account.
- Navigate the dashboard and understand key sections.
- Create a new scenario that triggers on a Google Forms response.
- Connect Google Forms and Google Sheets.
- Map form data to spreadsheet columns.
- Test and activate the scenario.
Prerequisites
- A Google account with access to Google Forms and Google Sheets.
- A Make.com account (free plan is sufficient for this tutorial).
- Basic familiarity with Google Forms.
Step‑by‑Step Instructions
1. Create a Make.com Account
- Go to Make.com and click Sign up.
- Enter your email, password, and click Create account.
- Verify your email if prompted.
- You will land on the main dashboard.
2. Explore the Dashboard
- On the left sidebar you’ll see options: Scenarios, Templates, Connections, Help, etc.
- The Scenarios tab is where you build automations.
3. Create a New Scenario
- Click Scenarios → Create a new scenario.
- In the scenario editor, click the large + icon in the center to add a trigger.
4. Add a Google Forms Trigger
- Search for Google Forms and select it.
- Choose the action Watch responses (trigger when a new response is received).
- Click Add to create a new connection or select an existing one.
- In the connection dialog, click Add to authorize Make to access your Google account.
- After authorization, paste the Form ID (found in the form’s URL) into the Form ID field.
- Set the Limit (e.g., 2 for testing) and click OK.
5. Add a Google Sheets Action
- Click the + icon next to the trigger to add an action.
- Search for Google Sheets and select it.
- Choose Add a row.
- Authorize the Google Sheets connection if prompted.
- Select the target spreadsheet and sheet.
- Map each column:
- Click the field next to a column name.
- In the popup, choose the corresponding form response field (e.g., Email, Name, Address).
6. Test the Scenario
- In Google Forms, submit a test response.
- Back in Make, click Run once at the bottom left.
- Watch the execution progress; each module will show a green check when successful.
- Verify that the new row appears in Google Sheets.
7. Activate the Scenario
- Toggle the Scheduling switch to ON.
- Set the interval (default 15 min) or leave as is.
- Click Save or Activate.
Tips & Gotchas
- Free plan limit: 1,000 operations/month. Each trigger run counts as one operation.
- Form ID: The string between
/d/and/editin the form URL. - Connection reuse: Once a Google account is connected, you can use it for multiple modules.
- Testing: Use the Run once button before activating to catch mapping errors.
- Error handling: For production scenarios, consider adding a Error handler module to log failures.
- Naming: Give your scenario a descriptive name (e.g., Form to Sheet).





