Skip to main content

Get Map Keys

Command description

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

Command Input Parameters

input parametersInput parameter typeDescription
MapdictMap whose keys are required

Command Output Parameters

Output parametersOutput parameter typeDescription
Key ListlistList of keys 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.