Skip to main content
Cadet | Tier 2
September 27, 2024
Question

Hi RPA Experts, kindly help me how to get value from Dictionary variable , with latest community update we are facing challenge to provide key.

  • September 27, 2024
  • 14 replies
  • 645 views

Hi RPA Experts, kindly help me how to get value from Dictionary variable , with latest community update we are facing challenge to provide key to dictionary variable.

 

14 replies

Aaron.Gleason
Automation Anywhere Team
Automation Anywhere Team
October 18, 2024

Keys are CASE SENSITIVE. Make sure you’re using the correct key. If you’re not sure, run the automation in Debug mode and set a breakpoint on an action after where you set the value. This will allow you to inspect the values of the dictionary variable AND see the keys.

Din 5870Author
Cadet | Tier 2
October 22, 2024

Everything correct, not only me .. my friends also facing this issue, tried all possibility. 

Aaron.Gleason
Automation Anywhere Team
Automation Anywhere Team
October 22, 2024

I am seeing a dictionary variable with an empty key as well. It appears this action is not working properly. Previous versions of the package do not seem to resolve the issue.

Cadet | Tier 2
September 15, 2025

Hi ​@Din 5870,
Did you get the solution to the problem ? I am still not able to get dictionary variable in message box .