How to quote text in if_v2

How to formulate an if in case the OCRExtract finds a specific text? For example text “6 Dogs Found”
Ive tried

OCRExtract - Target: Image; Value:a
if_v2 - Target: ${a}==“6 Dogs Found”

Ive also tried

OCRExtract - Target: Image; Value:a
if_v2 - Target: ${a}==[6 Dogs Found]

Ive tried and without any quotes or brackets and still I receive “Unexpected token (1:6)”