Mosh OntongOriginal post
Rank 5: Hypervisor
I have language_id which is a integer datatype, but when I query this in client side, just look the picture attach. But it gives me an error Query not valid: Query type does not match expected: integer
Summary
The user is experiencing an error when querying the `language_id` field, which is of integer datatype, on the client side. They are getting the error message "Query not valid: Query type does not match expected: integer." Another user suggests removing the `.toString()` conversion on `languageSelected.languageId`.