Issue in identifying latest information of a type of Experience Event
Hello Team,
Need some guidance on resolving one issue related to ExperienceEvent while using them in creating Segment. Though it is mutable, we had to choose one of my dimension data as ExperienceEvent as that is having 1-to-many relationship with my customer record (array will also not work as number of records are sometimes more than 100 per customer record). For example: customer has many accounts, and account details (example: status, monthly average balance) can get changed in time. So one customer can have multiple events for a same account with different values in a certain timeframe. In this situation, how to get the latest event of the account, if I have to build a segment based on the latest information of the account?
Also looking for some suggestion if there is any better way of modeling the XDM schemas for 1 to many relationships for mutable dimensions ? Array option as Record schema wont work, as during update via real time or batch, we have to rebuild the whole array.
Thanks in advance for the help.

