Utilities
Utilities are used to perform the sorting and grouping actions.
Sort:
Input | Output | Block Layout | Generated Code |
Choose the sorting type (Ascending, Descending) ParamName as a variable or Text JSON data as variable or object data. | Returns Sorted JSON object based on sorting type. | 

| pillirFunctions.
object_sort
("ascending", 'parameter', obj)
|
GroupBy:
Input | Output | Block Layout | Generated Code |
ParamName as a variable or Text, JSON data as variable or object data. | Returns Grouped JSON object. | 
| pillirFunctions.
object_group_by
('parameter', obj)
|