Put action in Dictionary

Use the Put action in the Dictionary package to assign a value to a key in the dictionary. If the key is already associated with a value, the value can be updated.

Settings

  • Select the dictionary variable from the drop-down list.
  • Enter the key name.
  • 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 variables.
    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 to hold the previous value.