Values
  • 18 May 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Values

  • Dark
    Light
  • PDF

Article Summary

Returns a list of values contained in the given object.

Function signature

VALUES(object: Object) => Array
ParameterDescription
ObjectObject to check

Examples

FormulaReturn value
VALUES({ a: 1, b: "2" })[1,"2"]
VALUES({})[]

Was this article helpful?

What's Next