I have created a scheduled flow that runs every weekday and moves files that were not created 'today' from a 'Live' document library to an 'Archived' document library.
I have set it up as per the below, however am struggling with Condition to only move those files that were not created today.
Any help would be greatly appreciated.
Solved! Go to Solution.
Hi @Sam12 ,
Please try to refer to the following screenshot to configure flow:
Best Regards,
hi @Sam12 you can use expressions to get the current date..
see formatDateTime(utcnow(),'yyyy-MM-dd') is the expresion that can helps you to get the current date.
Then just in the condition you can do something like this
created ( contains ) formatDateTime(utcnow(),'yyyy-MM-dd')
please test it and tell me
Proud to be a Flownaut!
Hi @Sam12 ,
Please try to refer to the following screenshot to configure flow:
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 |
---|---|
27 | |
26 | |
23 | |
14 | |
10 |
User | Count |
---|---|
62 | |
55 | |
29 | |
28 | |
24 |