Hello,
I have a flow where I'm trying to compare 2 values. One set from D365 BC Parse JSON, and the other set from a List Rows action. If one set, or the other set, are not equal to each other ((D365)Country != (Dataverse)Country or (D365)State != (Dataverse)State) then the condition should evaluate true and do some things, if false do some different things. Here's a screen shot:

I've tried with the conditional action as well as a compose action with an expression. It always seems to evaluate true no matter what. The record I'm testing with shows in the compose 2 action that both country codes are equal, and that both county/state are null values (because these values weren't entered in CRM/Dataverse). I'm thinking the NULL values are what is causing this to be an issue, but could be wrong about that. Unsure, any help is appreciated. Thank you!