Re: Delete files older than 3 years
@Godmaster
Are you using a "Condition" action block to evaluate if a File is olderenough to be deleted?
If so, it seems "edit in advanced mode" option is not available anymore since some improvements in the UI were implemented for this action block.
Please also note this "edit in advanced mode" is still available on "Filter array" action block. So if you prefer yo can implement a filter based approach instead
Step#1 Manual trigger or REcurrence trigger
Step#2 Sharepoint "Get items" from target SP Library
Step#3 "Filter array" action block to skip the files not old enough
Step#3 "Apply to each" using the output of "Filter array" as its input
Step#3.1 Delete file, using the ID from current item
So in step 3, flow will iterate all through the files old enough to be deleted
Hope this helps