Has Items and Inline Flow Editor help needed

Wappler Version : 3.3.2
Operating System : Windows 10
Server Model : ASP.NET

I have a multiple records query which returns a list of classes.
image

On my form, I use a school number to get a list of classes from the query.
image

When I submit the form I get the following results.

{"query_classlist":[{"intClassID":2,"strClassName":"1 Elem"},{"intClassID":1,"strClassName":"1 Pine"},{"intClassID":4,"strClassName":"2 Elem"},{"intClassID":3,"strClassName":"2 Pine"}]}

I have a inline flow on the form when success is returned.
image

In the flow, I have a condition on the server connect query that checks to see if the query Has Items.
image

I should get an alert of ‘Yes’ if the query returns any results, however, I always receive a ‘no’ alert.

image

Am I using the Has Items incorrectly or is my Flow just wrong?

Ray.