Array funtions - Overview

Modified on Thu, 9 Jul at 10:49 AM

Array functions

Functions for working with arrays

These actions perform operations on data that exist in arrays - or generate arrays based on data.

FunctionDescription
appendAdd items to the end of an array.
containsCheck if an array or string contains a value.
distinctGet unique items from an array.
distinct_byGet unique items from an array based on a property.
group_adjacentGroup adjacent elements that share a property value.
items_to_objectConvert two-dimensional array into an object.
lengthGet the length of an array, object or string.
list_joinJoin lists of objects.
list_range_fillFill missing values in a list.
mapApply an expression to all the elements of an array.
parent_child_indexProvide subarrays with consistent indexing.
reverseReverse the order of an array or a string.
sortSort an array in ascending order.
sort_bySort an array of objects by a property or a value of a function.
splitSplit an array into two.
split_arraySplit an array into subarrays of a given length.
take_or_defaultGet the first part of the array.
to_arrayWraps data in an array.
to_dictionaryConverts an array into an object with a specific structure.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article