LearnGetting StartedHow to Start Learning Automation: A Step-by-Step Path
Getting Started

How to Start Learning Automation: A Step-by-Step Path

You can learn automation by starting with a single repetitive task you already do at work, connecting two apps with a free tool like Zapier or Make, and building from there. The key is getting your first win inside the first week, not studying theory for months before touching a tool.

Bonaventure Ogeto July 30, 2026 6 min read

You can learn automation by starting with a single repetitive task you already do at work, connecting two apps with a free tool like Zapier or Make, and building from there. The key is getting your first win inside the first week, not studying theory for months before touching a tool.

Why most people stall (and how to avoid it)

The most common pattern we see among beginners: they read five articles about automation, watch a few YouTube videos, feel inspired, and then do nothing. The gap between understanding automation conceptually and actually building something feels intimidating.

The fix is to shrink your first project until it is almost trivially simple. We are not talking about automating your entire business in week one. We are talking about one task, two apps, one connection. That is your first win, and it changes your perspective on what is possible.

Week 1: Identify and automate one task

Start by listing the repetitive tasks in your workday. Focus on tasks where you move information from one place to another manually. Common examples for Kenyan professionals include:

  • Copying form responses into a spreadsheet
  • Forwarding specific emails to a colleague
  • Posting the same update across multiple platforms
  • Logging M-Pesa payment confirmations in a tracker

Pick the simplest one. Not the most impactful. The simplest. Your goal this week is to complete something, not to optimise something.

Open a free account on Zapier or Make. Search for the two apps involved in your task. Follow the platform's guided setup to create your first automation. Zapier calls it a "Zap." Make calls it a "Scenario." Both platforms walk you through the process with templates and tutorials.

Test the automation with real data. Watch it run. When you see information move between two apps without your manual input, you have your first win. That experience is worth more than ten hours of tutorial videos.

Week 2: Understand triggers, actions, and data flow

Now that you have a working automation, study how it works. Every automation has a trigger (the event that starts it) and one or more actions (what happens in response). Your first Zap probably has one trigger and one action.

This week, add a second action to your existing automation. If your automation copies form responses to a spreadsheet, add an action that also sends you a Slack notification or an email summary. You are learning how data flows from step to step.

Pay attention to how data fields map between apps. The "Name" field in your form might need to map to the "Contact Name" field in your CRM. Understanding field mapping is a fundamental skill that applies to every automation you will ever build.

Weeks 3-4: Build three more automations

Momentum matters more than perfection. Build three more automations targeting different tasks in your workflow. Vary the apps and the trigger types. Try a time-based trigger (run every Monday at 9 AM). Try a webhook trigger if your tools support it. Try an automation with three or four actions in sequence.

Each new automation teaches you something the previous one did not. You will encounter errors, authentication issues, and data formatting problems. These are not failures. They are the actual learning process. Debugging a broken automation teaches you more about how apps communicate than any course module.

By the end of week four, you should have four working automations and a solid intuition for how trigger-action workflows function.

Weeks 5-8: Add conditions and branching

Simple linear automations (trigger, then action, then action) handle straightforward tasks. Real workflows usually involve conditions. "If the order total is above a reasonable cost, notify the manager. Otherwise, just log it." "If the email contains an attachment, save it to Google Drive. If not, skip that step."

Both Zapier and Make support conditional logic. Zapier uses "Filters" and "Paths." Make uses "Routers" and "Filters." Learn to use these. Conditional logic is where automation starts handling the edge cases that previously required your judgement.

Also explore error handling. What happens when an action fails? Most platforms let you configure fallback actions: send an alert, retry the step, or log the error for later review. Setting up error handling is what separates a hobby automation from one you can rely on daily.

Weeks 9-12: Connect AI to your automations

Once you are comfortable building multi-step workflows with conditions, add AI into the mix. Both Zapier and Make offer native AI steps (Zapier's built-in AI or Make's OpenAI/Claude modules). You can also use ChatGPT or Claude API connections.

Practical AI-enhanced automations for Kenyan professionals include:

  • Summarising long customer emails and routing them to the right team member
  • Categorising incoming support tickets by topic
  • Generating draft replies for common customer enquiries
  • Extracting key data points from uploaded documents

AI adds intelligence to your workflows. Instead of just moving data between apps, your automations can now interpret, categorise, and generate content.

We cover this progression from basic automation to AI-enhanced workflows in our course preview. If you want a structured path with hands-on projects at each stage, that is exactly what we built.

Month 4 and beyond: Specialise or scale

By month four, you have the fundamentals. From here, you can go in two directions.

Specialise by going deep on one platform. Become the Make expert at your company. Learn advanced features like iterators, aggregators, custom API calls, and data store operations. Specialists command higher rates in freelance marketplaces and are more valuable within their organisations.

Scale by applying automation across more of your business processes. Map every manual workflow in your team, prioritise by time saved, and automate systematically. This path suits business owners and operations managers.

Both paths lead to real career value. The choice depends on whether you want automation to be your primary skill or a multiplier for your existing role.

Related reading: How to Learn AI From Scratch | Learning AI in Kenya | Do You Need to Code?

FAQ

What is the best free tool to start with?

Zapier's free tier gives you 100 tasks per month with simple two-step automations. Make's free tier gives you 1,000 operations per month with more complex multi-step capabilities. For learning, Make's free tier offers more room to experiment. For a quick first win, Zapier's interface is slightly more beginner-friendly.

How much time should I dedicate per week?

Three to five hours per week is enough to make steady progress. Spend about one hour on tutorials or documentation and two to four hours building and testing actual automations. The hands-on time is where the real learning happens.

Do I need to learn programming eventually?

Not necessarily. No-code automation handles the majority of common business workflows. Programming becomes relevant if you want to build custom integrations, process complex data transformations, or work with APIs that are not supported by connector platforms. Many successful automation professionals never write code.

What if my first automation breaks?

It will. That is normal. Check the error logs in your automation platform (both Zapier and Make provide detailed execution history). Common causes include expired authentication tokens (re-connect the app), changed data formats (update the field mapping), or API rate limits (add a delay between steps). Each fix makes you more confident.

Start the Free Preview

7-minute Welcome lesson, no purchase required

B

Bonaventure Ogeto

Founder, Mctaba Labs

Software engineer building products for the African market. Teaching 10,000+ students across multiple platforms. BSc Mathematics & Computer Science from JKUAT.