Page 1 of 1
is file observer recursive?
Posted: 26 Aug 2019 07:35
by tsolignani
Can I use to trigger a flow with a root folder event when events (f.i. writable file closed) happen into its subfolders?
Thank you
Re: is file observer recursive?
Posted: 26 Aug 2019 18:42
by Desmanto
Yes, it is recursive. Try to add a trigger on the parent folder and creat some new file or edit the file inside the subfolder. It will trigger and gives you the {path} as the path from the set parent path.
Re: is file observer recursive?
Posted: 27 Aug 2019 05:45
by tsolignani
Thank you, great news indeed.