How to access elements from dictionary which is wrapped with list of dictionary

Certified Lead Developer

{
  {
    '1': {
      loggedInStatus: "Succeeded",
      timestamp: {
        sessionDeletion: "",
        lastActivity: "",
        login: "2025-12-03 07:43:17"
      },
      sessionId: "abcb9532-b5f5-4e2f-8946-8f08a17e307f",
      status: "Active"
    },
    '2': {
      loggedInStatus: "Succeeded",
      timestamp: {
        sessionDeletion: "",
        lastActivity: "",
        login: "2025-12-03 08:27:31"
      },
      sessionId: "08ad7f98-85f6-4fd5-a072-6278731cbfef",
      status: "Active"
    }
  }
}


Here in this example I want to access a field "sessionId". I tried to wrap this using a!flatten () but still it doesnt work. Any help here ? Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data