I use 'Data Extraction' activity to create the csv file but I don't know how to configure the delivery activity (and the template) to attachment of an email and send.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello @ags
You can use the The file name is calculated during delivery analysis (it cannot depend on the recipient). option in the delivery template attachment and give the url from the data extraction activity.
For detailed instructions follow this page:
Hello @ags
You can use the The file name is calculated during delivery analysis (it cannot depend on the recipient). option in the delivery template attachment and give the url from the data extraction activity.
For detailed instructions follow this page:
Hi,
Hi, This can be achieved by using a Delivery activity and in the object modification script write delivery.attachment[0].name=vars.filename. In the delivery go the attachments and choose the option to add a file using calculated attachment and remove the checkbox "Upload file on the server" and then put some random name for Server file and save. Like below-
Thanks,
Views
Replies
Total Likes