Hello All,
I have created a campaign, and have added a recurring delivery to the workflow.
The Email has the following information
Name: <%= message.delivery.operation.internalName %>
Label: <%= message.delivery.operation.label %>
ID: <%= message.delivery.operation.id %>
When I edit the Delivery and Preview, I see this information correctly displayed in the preview tab.
But When I start the delivery and receive the email, the Name and Label value comes as blank, while the id is shown as 0
What could be the reason, that this information is not picked correctly during the Delivery? Request your help
Regards,
Dipendu
Solved! Go to Solution.
Views
Replies
Total Likes
It seems that the link to the Campaign(operation) table is somehow broken.
If you create a new Campaign insinde a Program folder and use the "Recurring delivery" activity, those variables should work in your final email that you receive in your inbox (I've just tested it now).
So I would suggest to either re-create the campaign and the delivery inside the WF, or troubleshoot the broken link: you can remove some of the links such as using this <%= delivery.operation.id %> and see if it works, or inspect the XML content of the created delivery object with Edit -> Edit XML source at the top left of the windiw and check the operations node for its content.
Some type of delivery in ACC are not automatically tied to a campaign. This is why you may have blank values.
Thanks,
David
Views
Replies
Total Likes
@DavidKangni Hi David, isnt recurring delivery tied to Campaign. I think, Delivery under Actions Tab are not.
Regards,
DG
Views
Replies
Total Likes
Views
Replies
Total Likes
It seems that the link to the Campaign(operation) table is somehow broken.
If you create a new Campaign insinde a Program folder and use the "Recurring delivery" activity, those variables should work in your final email that you receive in your inbox (I've just tested it now).
So I would suggest to either re-create the campaign and the delivery inside the WF, or troubleshoot the broken link: you can remove some of the links such as using this <%= delivery.operation.id %> and see if it works, or inspect the XML content of the created delivery object with Edit -> Edit XML source at the top left of the windiw and check the operations node for its content.
Views
Replies
Total Likes
Hi @dipendu_g,
Was this solution helpful to resolve your query or do you still need more help here? Do let us know.
Thanks!
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies