Hi Everyone,
When comparing the 01/07/2022 is greater than 10/01/2021 the answer is false. It is supposed to be true.
Why is the answer is false? Here's the output below.
Thank you in advance!
Solved! Go to Solution.
hi @Boynogs123 it is two string you compare, and both are of the same length hence the false
try comparing
ticks(formatDateTime(variables('varDateOne'),'M/d/yyy'))
Result (true)
changing varDdateOne
Hope it helps
hi @Boynogs123 it is two string you compare, and both are of the same length hence the false
try comparing
ticks(formatDateTime(variables('varDateOne'),'M/d/yyy'))
Result (true)
changing varDdateOne
Hope it helps
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
21 | |
20 | |
9 | |
7 | |
7 |
User | Count |
---|---|
33 | |
31 | |
24 | |
21 | |
11 |