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
file monitor task
-
lauralordelaure
- Posts: 1
- Joined: Tue Apr 29, 2025 3:55 am
file monitor task
Laura Lorde Geometry Dash Lite
Re: file monitor task
Oleg Yershov
-
Nancy_Casper
- Posts: 1
- Joined: Wed Mar 11, 2026 8:33 am
Re: file monitor task
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.
-
emelialucass
- Posts: 3
- Joined: Mon Apr 06, 2026 4:07 am
Re: file monitor task
That temporary text file approach is a smart workaround for aggregating the list over 30 minutes, but wouldn't that risk missing or skipping files if a change happens right while the email task is reading and clearing the file?