Hey Makers
We’re pleased to share another exciting update: meet our new built-in functions!
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
- replaceEmojiCharacters(text) - Replaces emoji characters with the new string.
We’re actively working on expanding our functions offering and will continue releasing additional functions in the upcoming months so stay tuned.
Read more in the Make Help Center
Math functions
String functions