🔥 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


20 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.

14 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?

1 Like

customer feedback platform https://canny.io

3 Likes

Here are a bunch of requests for new functions

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

2 Likes

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!

2 Likes

How about a decent sized editor. Those little boxes are painful…

Did you know you can edit expressions in any text editor. Just copy and paste out of the windows.

1 Like

I know, but any develop system should have it own usable editor.

1 Like

This will also shine anywhere a string containing emojis is being used in texting (SMS) application. Emojis can blow-up SMS costs at scale.

2 Likes

Oh agreed! Make sure you vote on ideas exchange.

:+1:t2:Good to see Make is staying on top of these updates.

@Andrew_Goodwin1 Completely agree, and when a test run fires, we can’t see the variable data if the string is really long, nor can we copy it to view in txt editor.

Hoping for more functional improvements instead of just feature releases!

Cool :+1:
replaceEmojiCharacters has more use cases.