Trying to branch based on a variable in Studio. I set the value using ASSIGN like assign var:branch_val value:"high". Then I use an IF action to check branch_val = "high". The flow always goes to the false branch even when I debug and see the value is correct. Is there a syntax rule I’m missing for the IF condition string?