Functions
In Make.com, functions are used to perform specific operations on your data, such as calculations, text manipulations, or data formatting.
They help automate tasks by applying logic and processing within your scenarios, making data handling more efficient and dynamic.
Here is an example;
capitalize(max)
= Max
See how it changed max
to Max
with the capitalize()
function?
And that’s what functions do, they perform operations on your data.
You can check out my in-depth functions guide if you like 🙂