I'm building a simple Experience app that allows the user to edit a few fields of a selected feature. I used map, table, and select widgets to do this. The app works as it should so the triggers are al set as they need to be except for one problem: The table is showing all the records when there is no selected feature. In the Data panel for the feature class in question I checked "No Selection View" and configured a view for "ObjectID is Blank". The table preview in the dialog where you configure the view shows that the filter returns no records.
However, when running the app the table is still showing all records - I must be missing something somewhere...
Initially I wanted to use a list widget instead of a table widget for this but concluded there was no way to show values for several fields of a record, nor make anything editable in there. Did I conclude wrongly?
