Skip to main content
Answer

How to get linkedhashmap values

  • December 21, 2024
  • 1 reply
  • 98 views

Forum|alt.badge.img+3

Hi Friends,

Can any body please tell, How to  get/display/retrive  linkedhashmap values ?

In other word, Can we cast linkedhasmapvalues in String format ?

Best answer by Aaron.Gleason

You could traverse the key/value pairs, appending each to a string, but it would likely only be useful for Debug purposes. You could encode it in JSON format and return it as a string, too. 

Do you have more specifics of what you're trying to do?

1 reply

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • Answer
  • December 21, 2024

You could traverse the key/value pairs, appending each to a string, but it would likely only be useful for Debug purposes. You could encode it in JSON format and return it as a string, too. 

Do you have more specifics of what you're trying to do?