I am using the SavedAttachment variable but this one contains the file name with file path.
Is there a variable which just contains the file name only?
Is there a variable which just contains the file name only?
Hi,
You can use the default field AttachedFileName. Every email that contains attachments should have this field (as the other default fields like From, To, Subject etc)
You can use the default field AttachedFileName. Every email that contains attachments should have this field (as the other default fields like From, To, Subject etc)
Thanks. It works.