file monitor task

Discuss RoboTask here
Post Reply
lauralordelaure
Posts: 1
Joined: Tue Apr 29, 2025 3:55 am

file monitor task

Post 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
Laura Lorde Geometry Dash Lite
Oleg
Site Admin
Posts: 3289
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: file monitor task

Post by Oleg »

File monitor trigger can pass to the task the list of changed or added files.
Look here
Oleg Yershov
Nancy_Casper
Posts: 1
Joined: Wed Mar 11, 2026 8:33 am

Re: file monitor task

Post 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.
Post Reply