Skip to main content

Create Map

Command description

Creates a new empty map and saves it as a variable. Maps store key-value pairs and can be used with commands that set or read entries and retrieve lists of keys or values.

Command Input Parameters

None.

Command Output Parameters

Output parametersOutput parameter typeDescription
Map ObjectdictNew empty map

AI Workflow Generation Notes

  • The output is a dict-compatible map, not plain text.