Inputs
Name | Abbreviation | Type | Access | Description |
Object | O | Object | Item | The object to get the entries of |
Outputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The entries 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 entries (or key-value pairs)
The process a list of objects, use map.

