Skip to main content

Get Map Values

Command description

Gets all values from a map and saves them as a list.

Command Input Parameters

input parametersInput parameter typeDescription
MapdictMap whose values are required

Command Output Parameters

Output parametersOutput parameter typeDescription
Value ListlistList 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.