I have a more then 45 values in the dictionary and I have to use those value on different places.. So what I want is how can i get perticular key value on different places without using for each row activity.
you can directly access the value of a specific key from the dictionary using varTestDictionary(“Key”) without needing a For Each activity. For example: