Failed to evaluate queries and expressions: failed to execute conditions: input data must be a wide series but got type not (input refid)

I Create a query to be alerted
and format us set table and no data show up
only show error 「Failed to evaluate queries and expressions: failed to execute conditions: input data must be a wide series but got type not (input refid)」

here is my query

SELECT statusId as "ID" ,
substring(stateValue,1,1) AS 'STATUS' 
FROM numberofState

WHERE substring(stateValue,1,1) = 'ERROR';

Is any way can fix it?

I am getting this too. Anyone have a solution or is this a bug?

just tack on a timestamp column if you have one in numberofState to alleviate this issue for now in case it is a bug as @jasonmallory reported