Timeout Reached When Looking for Element - with IF statement

This part is wrong

        {
          "Command": "if_v2",
          "Target": "${!statusOK} == true",
          "Value": ""
        },
        {
          "Command": "store",
          "Target": "true",
          "Value": "!statusOK"
        },

If statusok is true you do not store true again (because it’s true verified by if_v2) i think you must add this after end of if_v2