Object Get Keys and Values
Used to access object methods such as entries, keys and values
Used to access object methods such as entries, keys and values.
Methods available:
Inputs
Name | Type | Description |
---|---|---|
Method | String | Option between: entries, keys and values . |
Input Object | Object | The object on which to call the methods |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the operation was successful |
Result | List | List of values from the method called |
Updated 9 months ago