Put 작업 in 사전
- 최종 업데이트2026/01/27
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.