Hello,
I tried to create a flow which will delete the files in case of "Deletion" column's (date column) is less than today's date. I couldn't get it to work. I tried several ways, such as filtering if Deletion column is not empty but no success.
How can I create a working flow?
Solved! Go to Solution.
My mistake.....
Remove the 1 after le in the filter and you should be OK:
The key here is what you use as a trigger. For this kind of Flow you'll need a recurrence trigger that runs on a schedule, maybe once a week. Then when it runs get all the documents in the library and process them with a ForEach loop. in the loop do your comparison and delete the document if the deletion date is less than today.
Thank you for you answer. I use the once per week trigger. What should I modify to get it work?
(Sorry, it's my secondary user) @Purman
If you want to delete files with a date in the "Deletion" column less than or equal to today, try something similar to the following screen shot.
Please note:
Thank you for your answer! I had this error message:
My mistake.....
Remove the 1 after le in the filter and you should be OK:
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
32 | |
15 | |
14 | |
13 | |
7 |
User | Count |
---|---|
39 | |
22 | |
14 | |
10 | |
7 |