Question
Unable to access JSON offer into Email template for rendering
Trying to access the JSON offer in the email template for custom rendering format. The offers are stored as JSON. (Saved the JSON into HTML placemnt)
Trying ways to access JSON as an object in an email template to custom render.
<% let selectedOffer = offer.html['dps:offer-placement:12324324']['sps:offer-activity:32423423'].content %>
{{selectedOffer}}
It throws an error when rendering JSON. Any suggestions would help.