How to append one dictionary to another

dictionary1.Union(dictionary2).ToDictionary(Function (k) k.Key, function(v) v.Value)

I am combining both dictionary and put all values into dictionary1 inside an assign activity.

2 Likes