- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Sakthikumar,
Yes, it is possible.
If you have an instance variable created on a workflow say instance.vars.xxx you will have to do the following:
- Define a variable inside your delivery. You can do so by clicking on delivery properties and moving to Variables tab. Define a delivery variable.
- On the workflow canvas, inside the Initialization Script section of the delivery activity, you will have to assign the instance.vars.xxx value to the delivery variable defined in step 1.
- Then inside your delivery creative make use of this delivery variable for personalization
Another possible way is to use an Enrichment to add this variable value as a targetData element of the outgoing transition. This way you can make use of targetData personalization blocks.
Hope this helps.
Regards,
Vipul