Get Map Values
Command description
Gets all values from a map and saves them as a list.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Map | dict | Map whose values are required |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|---|---|
| Value List | list | List of values in the map |
AI Workflow Generation Notes
- The returned list is a snapshot. Later changes to the map do not update the existing list variable.