- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 01:31 AM
Hello guys!
As the title says. I have problems with showing variables in the Notificiation body (Message HTML). It just doesn't show anything.
I have a Notification that is triggered by an Event, which in turn is triggered by a Scheduled Jobs. Here comes the code for the Scheduled Jobs:
So the variable I want to present in the Notification is the eventData. I have configured the variable like this:
But nothing shows up in the email previews (I can only see tha placeholder for where the variable is supposed to be) as shown below:
What am I doing wrong?
Greetings and big thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 03:29 AM
Well, can't say I've ever seen ${variables} used like so, so I don't know if that's some functionality that's available, but you can either use ${event.parm2} or parse the content in an email script to show something else based on the event content.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 03:29 AM
Well, can't say I've ever seen ${variables} used like so, so I don't know if that's some functionality that's available, but you can either use ${event.parm2} or parse the content in an email script to show something else based on the event content.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 12:42 AM
Thank you so much! 😄 It helped.