Hi there,
We have a schema structure that looks like this:
(#{ExperiencePlatform.ABC.profile.tenantid.DDDOfferRecos.all(currentDataPackField.AA.AAOffers.ServiceAddress.offerCategory == "Fastfood").AA.customerID}
- DDDOffersRecos is an array
- ServiceAddress is also an array
I want to loop through all the arrays, and find the first object that has offerCategory == "Fastfood", and return the customerID at the AA object level.
Is it possible to achieve this?
Thanks.