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 parameters | Output parameter type | Description |
|---|---|---|
| Map Object | dict | New empty map |
AI Workflow Generation Notes
- The output is a
dict-compatible map, not plain text.