Hello,
I am trying to account for canceled requests in my flows.
I did three tests with two people (edited order to match picture):
1. One approve, one reject
2. One approve, one cancel
3. Both approve
On the left is the result of my Flow's logic. On the right is the approval's Outcome

Scenarios #1 and #3 seem to work fine. It is when an approval is canceled that things seem to be not working?
I originally thought that a canceled request would contain "Cancel", but that is not the case. Then I thought it was just NULL, but that appears to also not be the case:

Any ideas?