Put アクション in ディクショナリ

Use the Put アクション in the ディクショナリ パッケージ to assign a value to a key in the dictionary. If the key is already associated with a value, the value can be updated.

This アクション supports both manual and variable-based value assignment and handles multiple data types such as string, boolean, number, and datetime.

Settings

  • Select the dictionary variable from the drop-down list.
  • Specify the key to assign or update in the dictionary.
  • Assign a value to the key.
    You can choose the Static value tab to add the values manually or the Variable tab to add the existing variable value.
    Note: If you choose the Static value option, ensure that the data type of static value matches the subtype of the dictionary variable. Otherwise, you might encounter type cast errors when you use the dictionary variables.
  • Select the variable of data types (String, Boolean, Number, and Datetime) to hold the previous value.