Hi there,
I would like to populate a personalisation field (say account balance) into my email template. Unfortunately this account balance field is not available yet in the database (Recipients). Just checking is there a way to populate this account balance into the email template via the list instead of adding a new account balance field into database ?
Thanks and Regards,
Solved! Go to Solution.
You need use a data loading (file) activity to load the data in your workflow transaction. Once it is in your workflow transaction data you can use tragetData to use in email for example below
<%= targetData.firstName %>
Hope it help, if you need help with Data loading file activity let me know.
Regards,
Ankur A.
Views
Replies
Total Likes
Hi,
Where is this information available today?
Using workflows, you should be able to compute it and enrich the recipients data (without having the filed existing in the database). This field would then be available in the personalization fields of the delivery as a "target data". Here is an example: Synchronizing audiences
Let me know if that could do.
Florent
Views
Replies
Total Likes
Thanks for the answer Florent. the field is in an external file.
Regards.
Views
Replies
Total Likes
You need use a data loading (file) activity to load the data in your workflow transaction. Once it is in your workflow transaction data you can use tragetData to use in email for example below
<%= targetData.firstName %>
Hope it help, if you need help with Data loading file activity let me know.
Regards,
Ankur A.
Views
Replies
Total Likes
In v6, in a workflow, using a regular delivery template that is set to default editing mode, I have never had issues personalizing data after an external data load and enrichment.
However, when I switch the editing mode to DCE, I can only access data from my recipients tables, regardless of any enrichments. Is there a work-around for this?
Views
Replies
Total Likes
Hi,
This seems surprising, you should still be able to see a Target Data node containing the additional data. Can you share your server and console build numbers?
Florent
Views
Replies
Total Likes
Hi,
It is a known issue with the DCE. You will not be able to see the targetData section in the personalization helper menu.
Workaround is to open the source tab of the editor, locate the point in HTML where you wish to add the targetData personalization and then use the same menu at top to now reach targetData personalization.
Hope it helps.
Regards,
Vipul