Composer
Composer
Changelog
Bugs and feature requests
AppGyver Academy
Home
Changelog
AppGyver Academy
Bugs and feature requests
Using Composer Pro
Introduction
The App Builder
User Interface
Creating user interfaces
Components
Navigation
Variable editor
Theme editor
App logic
App logic overview
Variables
Device sensors
Debugging
Events
Custom JavaScript
Data
Configuring data resources
REST API direct integration
AppGyver Cloud Storage
Authentication
Messaging
Push notifications
Publishing / Distribution
Required build assets and settings
Distributing your app
Reference
Component gallery
Flow functions reference
Formula functions reference
Bitwise
Color
Date
Engineering
Financial
List
BUILD_OBJECT
CONCAT
COUNT
DIFFERENCE
EVERY
EXACTLY_ONE
EXCLUDE_BY_KEY
EXCLUDE_BY_REGEX
FIND
FIND_BY_KEY
FIND_BY_REGEX
FIRST_ITEM
FLATTEN
GENERATE_RANGE
GROUP
INDEX_OF
INSERT_ITEMS_AT
INSERT_ITEM_AT
INTERSECTION
IS_IN_ARRAY
IS_IN_ARRAY_BY_KEY
LAST_ITEM
MAP
ORDER
PICK_ITEM
PLUCK
REDUCE
REDUCE_INIT
REMOVE_ITEM
REMOVE_ITEMS_AT
REMOVE_ITEM_BY_KEY
REPEAT
REVERSE
SELECT
SELECT_BY_KEY
SELECT_BY_REGEX
SET_ITEM
SET_ITEM_AT
SHUFFLE
SLICE
SOME
SORT
SORT_BY_KEY
SORT_BY_KEY_CASE_SENSITIVE
SORT_CASE_SENSITIVE
SPLICE
SUM_BY_KEY
SYMMETRIC_DIFFERENCE
UNION
UNIQUE_BY_KEY
WITHOUT_ITEM
WITH_ITEM
WITH_UNIQUE_ITEM
WITH_UNIQUE_ITEM_BY_KEY
ZIP
Math
Object
Statistical
Text
Utility
Page properties reference
Sensor variables reference
System variables reference
Style properties reference
Policies & Guidelines
Issue reporting guidelines
List
Here are the articles in this section:
BUILD_OBJECT
Build an object from a list of key-value objects
CONCAT
Concatenate two lists
COUNT
Size of a list
DIFFERENCE
Returns difference items in lists
EVERY
Check if all items in a list match
EXACTLY_ONE
Check if exactly one item in a list matches
EXCLUDE_BY_KEY
Remove objects from a list by a key
EXCLUDE_BY_REGEX
Remove objects from a list by a key-regex match
FIND
Finds an item from list
FIND_BY_KEY
Find an object in list by a key
FIND_BY_REGEX
Find an object in list by matching a key value with a regex pattern
FIRST_ITEM
Return the first item from a list
FLATTEN
Flatten a list of lists
GENERATE_RANGE
Constructs a list with generated numbers
GROUP
Groups items in a list
INDEX_OF
Get index of item in list
INSERT_ITEMS_AT
Insert items in list at the given index
INSERT_ITEM_AT
Insert item in list at the given index
INTERSECTION
Intersection of two lists
IS_IN_ARRAY
Is the given item in the source list?
IS_IN_ARRAY_BY_KEY
Is the given item (identified by a key-value pair) in the target list?
LAST_ITEM
Return the last item from a list
MAP
Transforms each item in the list to another
ORDER
Sort a list
PICK_ITEM
Pick item from a list by its index
PLUCK
Get a property of each object in a list
REDUCE
Reduce a list to a single value
REDUCE_INIT
Reduce a list to a single value
REMOVE_ITEM
Removes a matching item from list
REMOVE_ITEMS_AT
Removes a number of items from a list at an index
REMOVE_ITEM_BY_KEY
Remove objects from list by a key
REPEAT
Repeat item
REVERSE
Reverse a list
SELECT
Select specific items from list
SELECT_BY_KEY
Find objects from a list by a key
SELECT_BY_REGEX
Find objects from list by a key-regex match
SET_ITEM
Replaces a matching item in list
SET_ITEM_AT
Updates an index in list
SHUFFLE
Shuffle a list
SLICE
Select a range of items from list
SOME
Check if any item in a list matches
SORT
Sort a list of texts or numbers
SORT_BY_KEY
Sort a list of objects by a key
SORT_BY_KEY_CASE_SENSITIVE
Case-sensitive sort a list of objects by a key
SORT_CASE_SENSITIVE
Sort a list of texts or numbers (case-sensitive)
SPLICE
Removes the given number of items from a list at the given index, and then adds the given items there
SUM_BY_KEY
Calculate the sum of numeric key values of objects
SYMMETRIC_DIFFERENCE
Returns symmetric difference items in lists
UNION
Union two lists
UNIQUE_BY_KEY
Find unique objects by a key
WITHOUT_ITEM
Remove item from list
WITH_ITEM
Add item to list
WITH_UNIQUE_ITEM
Add unique item to the list
WITH_UNIQUE_ITEM_BY_KEY
Add item to the list, unique by given key
ZIP
Zip two lists together
Previous
YIELDMAT
Next
BUILD_OBJECT
Last updated
1 month ago
Export as PDF