Use this when you want to get a list of all property names from an object within a flow, for example inspecting what attributes are available on a feature.
Category: Objects
Kind: Operation
Description: Get the keys of an object as a list
Inputs
Name | Abbreviation | Type | Access | Description |
Object | O | Object | Item | The object to get the keys of |
Outputs
Name | Abbreviation | Type | Access | Description |
List | L | String | List | The keys of the object |
How-To
Feed in an object
This could be from construct object or the result of almost any node that creates Objects
The result is a list of the object’s keys.
The process a list of objects, use map.

