Hi! In programming languages, one can write a function that does something and reuse it multiple times throughout the code. Is there a way to do the same in Make? Can I group a bunch of modules into a “function” and call in different places in my scenario?
You can create what’s often called a “sub-scenario”.
You’d start with a Custom Webhook trigger which takes the parameters you’re passing to your function.
You can then call the sub-scenario using the HTTP Make a Request
module.
3 Likes