Array
An overview of the array functions
To create a new array by merging 2 arrays of a similar type
To return the average of a number array
To return Yes (true
) if the given value equals a given selection
To return all items of an array in one string
To check if a string or an array contains an exact match
count (aka cnt)
To return the number of concrete items in an array
To return all attachments of a record as an array
To return the first item of an array
To return the start position of the first match in a string or an array
To extract a value of an array or an object
To return a string consisting of all items of the given string array separated by a given separator
To return the last item of an array
To return the count of all characters in a string or all items in an array
To return the highest or latest value of an array
To return the lowest or earliest value of an array
To return the IDs of the selected choice values of a given multiple choice field
To return an array of consecutive numbers
To sort an array in descending order
To extract a subrange from a string or array
To sort values in ascending order
To split a string into an array at each separator
To split a string into an array by using a regular expression
To return the total sum of a number array
To return an array with unique elements
Last updated