Debugging Your Automations

2023-07-10T10:04:06+00:00July 10, 2023||

  • Introduction to debugging automations

  • Implementing error handlers correctly

  • 502 errors

  • 401 errors

  • 429 errors

  • Server busy

  • Field not found

  • Incorrect or missing data

  • Missing thing

Automating Your Business

2023-07-10T10:02:43+00:00July 10, 2023||

  • What is automation and why do you need it

  • Identifying processes to automate

  • Evaluating and choosing the right apps for your business

  • The importance of “critical” vs “nice-to-haves” in automation

  • Introduction to bubble.io

Unleashing the Power of Virtual Assistance

2023-07-10T10:01:44+00:00July 10, 2023||

  • Introduction to working with virtual assistants

  • Identifying processes that are better automated with VAs

  • How to screen and hire VAs

  • How to capture and document processes for VAs to follow

  • Creating a VA process funnel

Advanced Business Automation

2023-03-13T08:06:45+00:00February 28, 2023||

  • Introduction to automating with make.com
  • Types of automation systems
  • Understanding arrays
  • Using iterators
  • Aggregating data
  • Routers and filters

  • Using repeaters

  • Manipulating data with general functions
  • Manipulating numbers with math functions
  • Manipulating text with text functions
  • Manipulating dates with date functions
  • Manipulating arrays using array functions
  • Using system variables
  • Creating temporary custom variables

  • Temporarily storing data in data stores

  • How to create custom arrays using the data store

  • Setting up two way syncing between apps

  • Designing an automated workflow step-by-step
  • Examples of real life automations
  • Best practices for deployment
  • Versioning and documentation

The API Advantage

2023-07-10T09:59:46+00:00February 28, 2023||

  • What is an API

  • Types of APIs

  • Understanding methods (get, post, put, delete)

  • Understanding API documentation

  • Handling response data (XML, JSON, text)

  • Authentication with API keys

  • Authentication with http basic

  • Authentication with oauth2

  • Connecting to APIs using rapid API

  • Postman vs make.com http

Mastering Date and Time Troubleshooting

2023-03-13T08:11:28+00:00February 28, 2023||

  • Introduction to working with dates and times

  • Understanding different datetime structures

  • Adding time zones to datetimes

  • Handling time zone mismatch between apps

  • Working with daylight savings time

  • Troubleshooting datetimes

Regular Expressions: From Beginner to Pro

2023-03-13T08:13:32+00:00February 28, 2023||

  • What are regular expressions

  • Understanding the syntax and structure of regex

  • Character classes and special characters

  • Using anchors

  • Using quantifiers

  • Matching emails

  • Matching phone numbers

  • Using groups

  • Secret regex cheating method

Go to Top