.hasItems() do not seem to be working in the new update.
You can not select to hide a row as the Has Items is no longer showing in the Data Bindings>Data Formats menu
If I manually add the .hasItems() i get the error Formatter hasItems in expression [sel_application.data.firstCheck.hasItems()] doesn’t exist for type object
parser.js:755
Using Mac OS
anyone any ideas, as this was working previously, before the update
.hasItems() is only available for Arrays - which is what normal queries return.
For single queries (they don't return an array) it's enough to just check the record / binding from the data picker ...