@FrankXu3 profile.timeSeriesEvents is an array of event objects, each with its own identityMap. profile.timeSeriesEvents.identityMap means: "the array of identityMaps for each event" so it’s actually an array of maps, not a map by itself.
try this:
select the first event, then access its identityMa...