Retrieving id from profile.timeSeriesEvents.identityMap in AJO offer
Hi everyone,
I'm wondering if anyone had successfully retrieved Id from profile.timeSeriesEvents.identityMap in an AJO offer.
I had no problem retrieving the id using this helper function. {%= head(get(profile.identityMap,"accountId")).id %}
However, when I use the same formula for profile.timeSeriesEvents.identityMap:
Appreciate any tips on this.