Dear,
I would like to use an event field from event X in event Y (it concerns a language field).
These events are linked because they carry the same order uid, so I would like to cross reference based on this order uid and then see the language value from the first event.
I have tried the following:
containIgnoreCase(#{ExperiencePlatform.ExperienceEventFieldGroup.experienceevent.at(0)._"companyName"."OrderObject"."Languagefield"}, "nl")
This did not give the desired result. My first thought would be that order uid is not in there so the two events are not linked in that.
Could someone help me towards the right field or syntax?
Many thanks.
Rob