How to access Key & Values individually and not in for loop from dictionary

Hi @Vikram212

Please see this example I made, it uses a for each loop to go through all dictionary elements to replace the values:
ReplaceFromDictionary.zip (2.2 KB)

2 Likes