Send an email after received new files

Hi I need to create a workflow from reading new downloaded files then create a folder which has done but having trouble to send email. only need to trigger the email when a specific file received and send the latest file (thinking to set the program run every 45mins) so every files before that time wouldnt been sent out. Thanks

1 Like

Hi @koolrc812,
Could you please elaborate more what is the issue you face.

1 Like

Hello,

Maybe you can use directory.getfiles(YourFolderPath) and then check if your file is available, or you can also use for each file to check.

Cheer,
Happy automation

1 Like