Question
Debug computed attributes - do not work as expected
I have the sales opportunity where I would like to present Computed Attributes.
However I have got some problems.
- Event is present on a profile. This one is fine
- Event which is sent from Web SDK to AEP looks as follows:
events[0].xdm.reservations.flightReservations[0].flightStatusSearch.arrivalAirportCode
- The same attribute in Compute Attributes has a path like that:
reservations.flightReservations.departureAirportCode
- In Computed Attributes you need to choose from pre-defined paths. Its not possible to paste your own exact one:

Why it does not work? I created multiple versions - in last 1h, 1day etc. Still does not work :))))
I have AEP Architect certifications so I know AEP basics :)