Open ostasevych opened 3 months ago
Hello You can install this app: https://github.com/nextcloud/files_automatedtagging Then you go to Admin Settings > Flow > Automated tagging > Add new flow When "File is changed" and "File name" matches "/pri/i" Assign tag "protected"
Hi! I would like to classify the files/folders created or renamed to by users by adding some tag (
protected
in my case) if the file name of folder name contains certain pattern, eg,pri
case insensitive.So, I have added a rule with custom regex
/pri/i
Created a file
file_pri.docx
but nothing happened: so the tagprotected
hasn't been added to the file.How should it work?