hasItems no longer in Data Formats

.hasItems() do not seem to be working in the new update.

  1. You can not select to hide a row as the Has Items is no longer showing in the Data Bindings>Data Formats menu

  2. 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

Update, this issue seems to be when it is a Single Record in Action step, its now working when its set to multiple records.

That is correct. In a single query it’s called has value or something like that. Not at my computer at the moment.

1 Like

.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 ...

1 Like