Documentation Index

Fetch the complete documentation index at: https://help.pillir.io/llms.txt

Use this file to discover all available pages before exploring further.

Utilities Block

Prev Next

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.

GroupBy

pillirFunctions.

object_group_by

('parameter', obj)