Hi guys,I'm trying to find the path to access the custom fields that you
can configure in a push notification in Adobe Campaign Standard.What I
mean is the following, I have a set of custom fields that you can see
below:I want to know how to access any of the custom fields above using
javascript code.I know in Adobe Campaign Classic you can do it like:
delivery.content.iosCustomFields.source.*.(@key ==
'xxxxxxx').@value.toString(); and this will give you the actual value of
the custom field vari...