Scholé
All tool lessons Start learning free
Free · 5 min · No signup

Learn Make in 5 minutes.

Make draws your automation as a diagram: modules connected by lines, with the data bubbles visible on every run. It is the easiest of the automation tools to understand, which is why it is where a beginner should start. Your five minutes go to building a scenario and watching data move through it.

Ole is taking you through this one. Free, and it runs right here. No signup.

lesson / Make · interactive
app.schole.ai/g/make Open full screen ↗
Preparing your lesson…

Lesson not loading? Open it in a new tab. It is the same free lesson either way.

frame 02 / concepts

See the data move

Make's advantage is that nothing is hidden. Run a scenario and every module shows how many bundles passed through and what was in them. Debugging is looking, not guessing.

Scenario

The diagram

A scenario is modules on a canvas connected left to right. The first module is the trigger; the rest process each bundle it produces.

Bundle

One item of data

A bundle is one record moving through the flow. Click the bubble above a module to see exactly what it received and produced.

Router

Branches

A router splits the flow into paths with filters. Each path handles a case; unmatched bundles simply stop.

frame 03 / steps

What you will do in the lesson

You answer and try things. Nobody demonstrates at you for five minutes.

  1. Build a scenario. You connect a trigger to an action, run once, and open the bubbles to see the bundle.
  2. Map with the panel. You drag fields from the trigger into the action's inputs and confirm the output.
  3. Add a router. You split bundles by a condition into two paths with different actions.
  4. Schedule it. You set the scenario to run every fifteen minutes and check the run log.
  5. Move up when you outgrow it. You end by listing the signs that a scenario should move to n8n or Zapier instead.
frame 04 / comments

Before you start

Is Make free?

There is a free plan with a monthly operations limit, enough for learning and small personal automations.

Why start here rather than Zapier?

Make shows the data at every step on the canvas. Beginners understand automation faster when they can see the bundles.

What is an operation?

One module processing one bundle. Pricing is per operation, so a scenario that runs on many records costs more.

Can it call AI models?

Yes, there are modules for the major model providers, and the pattern is the same as any other module: map inputs, read outputs.

frame 05 / up next

Other tools people learn next

Same format, same five minutes, still free.

Learners from these organizations are already learning on Scholé

Partner organization logo Partner organization logo Partner organization logo Partner organization logo Partner organization logo Partner organization logo Partner organization logo