You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task at hand is to notify a user of group of users if a file is uploaded to a folder in a (group) share. Being notified of any file being created would be too much.
The text was updated successfully, but these errors were encountered:
You can handle folder patterns easy with RegEx.
Any file operation includes the folder path, so you can write a pattern with search for the folder name.
For example, this patter hit any file created in "ExampleFolder"
/.*ExampleFolder.*/
But the notification flow can only be setup up in the personal section and not server wide for any users.
So any user has to set this by itself.
This is specific to the flow engine itself, not to this app specifically. It was also reported in server at nextcloud/server#27591, closing in favor of it.
The task at hand is to notify a user of group of users if a file is uploaded to a folder in a (group) share. Being notified of any file being created would be too much.
The text was updated successfully, but these errors were encountered: