🔥 Feature Spotlight: New built-in functions

Hey Makers :wave:

We’re pleased to share another exciting update: meet our new built-in functions! :handshake:

Transforming data is critical to many automation processes, and we’re committed to further helping you streamline them. That’s why we want to introduce you to our brand-new suite of built-in functions.

What are the new functions?

  • Abs () - Returns the absolute value of an integer.

  • Median () - Returns the median of the value in a specified array or the median of numbers entered individually.

  • Trunc () - Truncates a number to an integer by removing the fractional part of the number.

  • stdevS ([array of values]) - Returns the standard deviation of a specified array of sample values, or the standard deviation of numbers entered individually.

  • stdevP ([array of values]) - Returns the standard deviation of a specified array of population values, or the standard deviation of numbers entered individually.
    math

math


  • replaceEmojiCharacters(text) - Replaces emoji characters with the new string.

text


We’re actively working on expanding our functions offering and will continue releasing additional functions in the upcoming months so stay tuned. :mega:


Read more in the Make Help Center
:make: Math functions
:make: String functions


8 Likes

replaceEmojiCharacters is probably going to be the most underrated useful function here.

This is because right now to remove emoji from text, we need to use a complex regex pattern with the replace function.

4 Likes

Sounds nice! Are you guys also looking at all the Canny request for these function updates? There are quite some interesting requests on functions.

Hello @Arnoud_WorkNinjas, Canny is one of the resources that we use when planning the development of built-in functions.

What means “Canny” requests?

customer feedback platform https://canny.io

2 Likes

Here are a bunch of requests for new functions

https://www.make.com/en/platform-ideas

1 Like

Make.com just dropped a bunch of awesome new built-in functions, and let me tell you, they’re game changers.

Think of these functions as your personal data wranglers. No more wrestling with messy numbers or puzzling over emoji-filled messages. These tools can transform, analyze, and clean your data like a pro, making your automation smoother than butter. These new functions open up a world of possibilities.

Thank you!

1 Like