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?
I also found out, that the “Key Exists in dictionary” activity should prompt you for data type, when you add it to the project. i must have missed the prompts or something.