@arpan-garg - i do not believe we currently have a solution for this, but there may be some features coming up in a beta that could help with this flow. Please DM me so that I can put you in touch with the right team.
@arpan-garg what would you want the HTML to render out as? i.e. would you want JSON objects to translate to unordered HTML list? What would the styling be?
Would also suggest taking a look at computed attributes as an automated way to take purchase amounts and additive create a new profile field for something like loyalty points.
Think of the Jump action as a "journey fragment" of sorts. You can have multiple Journeys link to another Journey via the jump action. When using the Jump action you can set certain values for the events to start the Journey that you are jumping to. We've had multiple customers create multiple trans...
It could be that there is a slight different in the field name or path. You could also double-check or confirm that the data you are importing matches the field type in the schema - i.e. date format or integer format.
@ilenia the screenshot shows that the device token is "bad" - A couple of things to check - can you make sure you are testing with APNS sandbox and not production Apple Push notification services? Also can you ensure that the pushtoken is not denylisted? You can check the profile in AEP to see if it...
Your first two examples - the issue is with the quotes around the contextual attributes. Depending on the format of attribute you are bringing in you might want to try stringToDate as your function. or first convert your value -> toString and then use stringToDate. Using the let function to rename...
We are working to release Expression Fragments (the successor to Saved Expressions) very soon! This should meet the need you’ve described above. For now you can use Saved Expressions as a ‘clipboard’ for HTML across messages and channels.