Hi,This is difficult to resolve without seeing the instance and workflow, is the other table linked to the recipient table?You can try adding the field in additional data as complementary information so that it is passing through the workflow and then you should be able to pull it in the email body ...
Hi,if you go to all workflows view and search for the workflow, you can then right click it, go to actions and click unconditional stop. This may resolve the issue.Thanks
Hi,For test purposes and for the sake of sending a proof using a live profile with dynamic data coming from the workflow, why don't you use a standard delivery in the workflow and set the action to perform to 'Send a proof' and use the substitution of address method? This would be for testing only, ...
Hi Andy,From the top of my head (and this will require some testing) it may be better to use JavaScript rather than targetData.After the cell activity, in every transition you have coming out, insert a JavaScript activity. Here you can assign a new variable for each transition (001, 002, 003 etc) bu...
Hi Andy,This may be possible however if I understand correctly, the targetData will have a value for each record whilst there is only one label.Where is the label in the target data collected from? If you can be a bit more specific then I may be able to help.ThanksYusuf
Hi,Have you checked the delivery logs of the proof? If you navigate to the execution folder of where the delivery logs are saved for the delivery in question, in the dashboard view click on the edit tab. From here you will be able to access the Delivery tab where you can see the logs and exclusions....
Hi Vipul thanks for your reply,I understand how approvals work generally but in this case I want to add a custom function using JavaScript or maybe in a typology whereby if a user creates an email then it should disable them to approve their own email and it must be approved by someone else.Say for ...
Hi, is there a way to stop a user approving their own emails?So say for example I create an email and it goes out for approval, I can go in and approve it myself. I want to disallow this, however, I should still be allowed to approve someone else’s emails so I can’t use operator restrictions because...
Hi Sakthi,You can run a query on the recipients of a specific delivery and set the behaviour to 'not opened' to select those customers who have received the email but not opened it.In your workflow, drag and drop a query activity onto your canvas and double click it to configure itIn your query sele...