show / hide menu

Sub Activity – Dictionary

The Dictionary activity has the following sub activities:

  1. Add To Dictionary: This activity is used to add key-value pairs to a dictionary.        
  2. Build Dictionary: This activity is used to create a new dictionary for storing keys and values.

Activity NameCommonInputOutput
Add To DictionaryLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
Dictionary – Specifies your dictionary variable in which the key/values are added.

Key – Key value that points to a particular value in a given dictionary.

Value – Value for the key which is specified in the above Key field.

IsOverwrite – Overwrites the present key in the dictionary.
 
Build DictionaryLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
Build – Add the desired number of keys and values.Dictionary – Stores the added information in the Dictionary window.