Page 1 of 1

Any Way to Monitor a Folder for Changes?

Posted: 07 Jun 2017 19:55
by madra
I'm trying to knock together a flow which will backup data from an app to Dropbox. I can easily enough set timer interval to do this every X minutes / hours / days, but I wondered if there was a way to 'watch' a folder and trigger upload to Dropbox automatically whenever the content changes?

Re: Any Way to Monitor a Folder for Changes?

Posted: 07 Jun 2017 20:41
by Martin
Hi,

You could use action Init Variable File List to get the list of new and changed files of a folder. Executing the action for the first time lists all files that match the pattern. Please also check out the help page for details.
Alternatively you could also use trigger File Observer to see if anything in a folder was changed (this Android feature seems to be buggy/unreliable on some versions of Android).

Regards,
Martin

Re: Any Way to Monitor a Folder for Changes?

Posted: 07 Jun 2017 20:56
by madra
Thanks! I'll check those out