Hello,
I'm trying to make a flow that archives all expired contracts from a list.
Contracts whose "TestDate" is less than today's date must be sent to another list.
@less(formatDateTime(item()?['DateTest'], 'dd/MM/yyyy'), formatDateTime(utcNow(), 'dd/MM/yyyy'))
It doesn't work..
For example (today 26/10/2017) :
- 22/01/2017 -> Ok (Liste1-->Liste2)
- 28/10/2017 -> Ok(Liste1.)
- 22/10/2048 -> NOT OK (Liste1-->Liste2)
Solved! Go to Solution.
@TiagoCosta1983 has found the solution ! :
@greater(string(utcnow('yyy-MM-dd')), items('Appliquer_à_chacun')?['DateTest'])
@TiagoCosta1983 has found the solution ! :
@greater(string(utcnow('yyy-MM-dd')), items('Appliquer_à_chacun')?['DateTest'])
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
42 | |
37 | |
36 | |
23 |
User | Count |
---|---|
41 | |
31 | |
28 | |
28 | |
27 |