- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @El-Coder ,
You save your variable as an instance variable: instance.vars.xxx="abc".
And same variable you can fetch in delivery: <% instance.vars.xxx %>
Thanks,
Jyoti