Hello,
i want create a PA that delete files older than 6 months.
i created the flow so far so good.
My question is wildcards are they allowed in the limit entries to folder?
Because, i have a tree structure like this
1- documents/name1/file.doc
2- documents/name1/Archives/file.doc
3- documents/file.doc
4- documents/name2/file.doc
5- documents/name2/Archives/file.doc
6- documents/nameN/file.doc
7- documents/nameN/Archives/file.doc
8- documents/nameN/Archives/file2.doc
and i only want to delete files in points {2,5,7,8}
Thanks