I have an incoming zip file containing multiple csv files. I extract and run an automation activity on a specific file name pattern, this is the master data file containing which file goes as an attachment to which email address.
once this master data is loaded in Data Extension, I use the Send Email activity to send the email with attachment.
To Do
- How do I send an email only if the file to be attached is present in the import folder ? (otherwise the email still sent without attachment)
Can I ?
- Is there an AMPScript to skip an activity to be carried out ?
- Can I write a SQL activity to verify if a file exists ?