Add Dictionary Item
辞書にキー/値のペアを追加または更新します。
辞書AddDictionaryItem
概要
辞書にキー/値のペアを追加または更新します。
Add or update a key/value pair in a dictionary.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Dictionary name | variable | 必須 | Name of the dictionary variable. 例: config | |
| Key | string | 必須 | 例: name 変数に対応 | |
| Value | string | 必須 | 例: {{{value}}} 変数に対応 |