Page 1 of 1

file monitor task

Posted: Tue May 20, 2025 2:52 am
by lauralordelaure
Hi,
I have created a task that will monitor file changes within a specific folder and its sub folders. The problem I have is that I would like it to email me every 30mins the files that have been added. I can get it to email me but not with the file listings.
Many thanks in advance

Re: file monitor task

Posted: Wed Jun 04, 2025 12:55 pm
by Oleg
File monitor trigger can pass to the task the list of changed or added files.
Look here

Re: file monitor task

Posted: Tue Mar 17, 2026 11:02 am
by Nancy_Casper
Just a quick tip - make sure you're using the {FileMonitorChanges} variable (or whichever one matches your trigger setup) in your email body. If you want the list to accumulate over 30 minutes, you might need to write the changes to a temporary text file first and then have the email task read that file before clearing it for the next round.