Hi all,
I am trying to build a flow to auto delete sharepoint files which is 3 days old. However, the condition always return false even the filename contains the keyword I set. Any ideas?
Solved! Go to Solution.
Hi @hkallen ,
If you are using Created for comparison, please try to use the following configuration.
It is recommended to use Is folder to exclude folders.
Image reference:
Hope it helps.
Best Regards,
Hi @hkallen
You might want to consider using the ODATA filters for a better and fast flow automation rather than getting a list of all the files and performaing operations on those. A perfect guide to ODATA filters is here:
https://flow.microsoft.com/en-us/blog/advanced-flow-of-the-week-filtering-with-odata/
You can use the startswith or substirng etc. functions for the file name and the date filter function in the same filter query.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @hkallen ,
If you are using Created for comparison, please try to use the following configuration.
It is recommended to use Is folder to exclude folders.
Image reference:
Hope it helps.
Best Regards,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
28 | |
27 | |
23 | |
14 | |
10 |
User | Count |
---|---|
62 | |
50 | |
30 | |
29 | |
24 |