Get Object Entries
Overview
Returns an array of the target object's property names and values. Each item in the array is an array with two elements, the first element is the property key (which is always a string), and the second element is the property value.
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
Use Dynamic Name | Show the Dynamic Name slot in the tree so that it can be set dynamically | Boolean Block Group | No |
Dynamic Name | The dynamic name of this item | Text Block Group | No |
Target Object | The DataStructure Object to get the entries from. | Reference Block Group | Yes |