Page 1 of 1
File Monitor
Posted: Sun Dec 14, 2025 3:45 pm
by OldGeek
This is my first time using the file monitoring trigger. I'm using the second tab (Save to File) then save to different lists. It overwrites the files for every trigger event. I would like it to append it's finding to the three files (New, Changed, Deleted). Any ideas now how I can do this? Thank you in advance for any help.
Re: File Monitor
Posted: Tue Dec 23, 2025 9:49 am
by MarilynReyes
I had a similar issue before. In most cases it happens because the variable keeps its previous value when the task runs again. Try resetting or clearing the variable at the start of the task — that should prevent the unexpected behavior.
Re: File Monitor
Posted: Mon Mar 09, 2026 3:24 am
by exactolympic
If you’re using the Save to File tab and it keeps overwriting the files, that usually means it’s saving in write mode instead of append mode. A simple workaround is to switch to an option that allows appending to existing files if the tool supports it, or use a small script/action that writes the results with an append flag rather than replacing the file.