Get Map Value
Command description
Gets the value associated with a specified key and saves it as a variable.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Map | dict | Map to read |
| Key Name | any | Key whose value is required |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|---|---|
| Map Value | any | Value associated with the key |
AI Workflow Generation Notes
- Keys must match exactly. Preserve the key's source value and letter case.