Description
What I want:
-Only OPERATON group members ISO and EXE files tagged as OPERATIONAL. If OPERATIONAL group upload any other files tagged as DELETE_X_DAYS
-IDEA group members upload file tagged as IDEA no any other tag will be applied
-Any other user upload file tagged as DELETE_X_DAYS
Then:
OPERATIONAL tagged file delete 6 month later
IDEA tagged file delete 6 month later
DELETE _X_DAYS tagged file delete. X DAYS
What I do:
-
if a file upload by a user that member of OPERATION
AND
File MIME type matches ^application/(x-msdownload|x-dosexec|x-msdos-program|vnd.microsoft.portable-executable|x-iso9660-image)$
(altough I control the string in regext101.com this regular expression in not work in flow)
THEN
Tag file as OPERATIONAL -
If group membership is not OPERATION
AND
File system tag is not OPERATIONAL
THEN
Tag file as DELETE_X_DAYS -
if group membership is IDEA
THEN
Tag file. as IDEA -
Group membership is not IDEA
AND file system tag is not IDEA
Tag file as DELETE_X_DAYS
Dont know what is wrong
Activity