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
Math
Object
DELETE_KEY
KEYS
LOOKUP
MERGE
OMIT_KEYS
PICK_KEYS
REVERSE_LOOKUP
REVERSE_LOOKUP_ALL
SET_KEY
VALUES
Statistical
Text
Utility
Page properties reference
Sensor variables reference
System variables reference
Style properties reference
Policies & Guidelines
Issue reporting guidelines
Powered by GitBook

VALUES

Get all values contained in object

Description

Returns a list of values contained in the given object.

Function signature

VALUES(object: Object) => Array

Parameter

Description

Object

Object to check

Examples

Formula

Return value

VALUES({ a: 1, b: "2" })

[1,"2"]

VALUES({})

[]

Previous
SET_KEY
Next
Statistical
Last updated 2 months ago
Export as PDF
Contents
Description
Function signature
Examples