Hey @shakahamed
Before adding items to the dictionary it must be initialized. The default value of the Dictionary object is Nothing.
To initialize it you can use an Assign activity or define default value in the Variables pane.
The value should be new Dictionary(Of String, String) if both your key and value are strings .
Regards…!!
Aksh