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.
On my form, I use a school number to get a list of classes from the query.
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.
In the flow, I have a condition on the server connect query that checks to see if the query Has Items.
I should get an alert of ‘Yes’ if the query returns any results, however, I always receive a ‘no’ alert.
Am I using the Has Items incorrectly or is my Flow just wrong?
Ray.
Last updated: