Displaying content when 2 or more variable conditions are met

So, I think I’ve figured it out! All I had to do was swap round the variables, so the ‘retried’ variable goes first, instead of second. This essentially blocks the action from happening. But if I’m completely honest, I’m not sure why it works like this! If someone could explain how the variable comparison checks work, I’d really appreciate it, as it doesn’t appear to work on the standard ‘If…then…else’ approach.

Thanks,