Effortless Round-Robin Setup in Make.com Scenarios

I’ve seen the craziest workarounds to do a round-robin in your scenario in Make.com, but it’s actually really easy. You need a module, a magic formula, and a router. Let me show you how it works. What is a round-robin? A round-robin is a method for evenly distributing tasks or choices by cycling through a … Read more

How to use Regular Expressions in Make.com

This guide breaks down regex into simple steps, showing you how to create patterns, enclose them correctly, and use flags to customize searches.

How to handle ERRORS in Make.com [2024 Tutorial]

Handling errors in Make can be a bit confusing because there are so many different ways to do it. In this tutorial, we go over all the error handlers in Make.com