Relationship field lookup
Hi there,
I have one XDMIndividualProfile schema which contains the offer ids a customer is eligible for. Then I have another schema & dataset with Offer Class for lookup, basically joining on the Offer ID.
For this offer dataset and class, I have a HTTP api source connection successfully set up and sending if the status of an offer changes (could be draft, published etc.). The data is flowing in continuously, how do I know what is the current state of the offer is?
For example:
| Offer ID | State | IngestionDate |
| 123 | Draft | 9:01AM |
| 123 | Published | 9:02AM |
| 123 | Draft | 9:03AM |
Is there a way 1) I can see in the Profile Attributes screen of the latest offer status (Draft)? 2) I can derive the latest status through query service, but is there another way?
Thanks!