Set Map Entry
Command description
Sets an entry in a map. If the key already exists, its value is replaced. This command modifies the original map.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Map | dict | Map to modify |
| Key Name | any | Entry key |
| Map Value | any | Value to associate with the key |
Command Output Parameters
None.
AI Workflow Generation Notes
- The command modifies the map in place and replaces any existing value for the same key.