Hi
I’m trying to create a for-each-loop, where the I go through a database and either add a new item to my dictionary or update an existing one, if the key already exists, using the “Key exists in dictionary” activity.
My dictionary is (String,Double), but the “Key exists in dictionary” activity requires an (object,object)-dictionary. How do I specify which type of data my dictionary contain?
Cheers and thanks
Lapet