Hi,I am trying to do something similar and send the exported data via an
email (Delivery Template) using the calculated attachment option 'File
name is computed during delivery of each message'.Would there be a way
to programmatically get the path to this exported file so I can set it
as an option using: setOption('myFIleAttachment', )and
then being able to retrieve it from the Delivery using <%@ include
option='myFIleAttachment' %>I hate hard coding things. But this is what
I have so far:vars.f...