Hi ExB Gurus
Another few related questions I hope someone can help me with.
I have an app that has a map widget with a web map datasource. I have also created a dataview off a layer in the map's datasource, to be filtered and act as a view of a current feature. The app also has a table widget and a few card widgets The table widget is configured to use the dataview as its data source and the card widgets have some datasource linked text widgets registered with the dataview.
1. Now my app programatically creates a new feature in a new branch version. The code also updates the queryParams on the dataview to filter to only the newly created feature. The card widgets successfully show the attributes of the new feature from the dataview. Good so far. However the table widget does not show the filtered record. I have tried clicking the refresh button in the table widget, still no record shown. If I switch to a different table in the table widget and back again, the record then shows. How do I programatically get the table to refresh