Hi, good morning
I am designing a Transactional Email and I need Dynamic Content to modify its display based on a Field ( called 'Price' ) defined within a Collection ( called 'Promo' ).
When I try to locate 'Price' from Dynamic Content, I can't find it, not even through the search engine. I also try to create the following condition through the code:
context.rtEvent.ctx.Promo.Price === '0'
It doesn't work for me either. I save it but when I send the email with 'Price=0' it continues to send the 'Default' display ( it's as if I didn't understand the instruction ).
My question is if it is possible to access the fields of a Collection from the Dynamic Content to create conditions in Transactional Emails or it only allows access up to the "Context-Transactional Event-Event Context" route.
Thank you so much for your attention
All the best
From 'Product Listing' I have access to the Collections without problem and I see all its fields