Make.com introduce a couple of New built-in functions
Make.com has just introduced new built-in functions to streamline workflow automation. These new features aim to make data transformation and manipulation more effortless than ever.
The New Built-in Functions
Abs()
Function: Returns the absolute value of an integer.
Usage: Useful for removing negative signs from numbers, ensuring consistency in data processing.
Median()
Function: Returns the median of values in an array or individual numbers.
Usage: It is ideal for finding the middle value in a dataset, which can be useful in statistical analysis or ranking data.
Trunc()
Function: Truncates a number to its integer part by removing the fractional part.
Usage: Useful for rounding down numbers to whole values, such as converting decimal points to integers.
stdevS()
and stdevP()
Functions: Returns the standard deviation of a specified array of sample values or population values.
Usage: Essential for understanding data dispersion and variability, especially in statistical analysis.
replaceEmojiCharacters(text)
Function: Replaces emoji characters with a new string.
Usage: Handy for cleaning up text data by removing emojis that might not be relevant in specific contexts.
Stay around to see how these features can streamline your workflow and save you time.