I'm attempting to do a date check from some JSON earlier in the flow. The issue is, it seems always say false, or always say true, no matter what the date input is.
The JSON provides this output.
The condition is then set to....
formatDateTime(body('Parse_JSON_2')?['InstallationDate'],'MM-dd-yyyy')
is greater than or equal to
formatDateTime(addDays(utcNow(),-183),'MM-dd-yyyy')
What am I doing wrong?
Can you share how your condition looks like?
Of course. Here it is
I will suggest if you use Get Past time action to get the date in the last 6 months and compare against it.
The current condition is....
resulted in false
The second flow....
also resulted in false
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
26 | |
26 | |
24 | |
23 | |
23 |
User | Count |
---|---|
61 | |
51 | |
44 | |
31 | |
27 |