• Anupama Ramanujan 13
  • NEWBIE
  • 0 Points
  • Member since 2017
  • Developer
  • Tata Consultancy Services

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Need to fetch the value from Map based on particular key and assign to a new variable.

If Map is defined like <Id,String> then, want to check if any particular Id is existing in the Map and if it is there in map. The String value for that Id should be assigned to a new String variable. Is it possible to do? If so, how to perform this action.