Hello,
I'm trying to build a flow that I need a few people in my organization to use.
I would like the rule to
- delete files only in a specific folder (the path should be the same for everyone, OneDrive Root \ Specific Folder Name
- delete files that are older than X days
- do not delete any image files (I'm cool with just excluding a few specific formats, we don't get fancier than png/jpg
- I'd like to log the information somewhere but that part I think I have already
I have found a template that does the deletion part, but I don't know how to specify exceptions:
Microsoft Power Automate
I'm also not sure if I can hardcode the folder path, or should I just set it up with the users manually for the proper folder.
I don't expect anyone to write the whole thing 🙂 But any help in setting up exceptions would be appreciated.