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?
@Anonymous
Can you share how your condition looks like?
Of course. Here it is
@Anonymous
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
User | Count |
---|---|
91 | |
45 | |
21 | |
18 | |
16 |
User | Count |
---|---|
135 | |
49 | |
42 | |
36 | |
28 |