Hi,
In Experience Builder is there a way to refresh the map view programmatically?
My scenario as follow:
1. User A - current open map view in Experience Builder
2. User B - Add some record on the layer connected to map view via AGOL
3. User A - Click on a custom button to refresh the map to fetch latest data
(3) scenario for table widget is supported out of the box. However, for map widget it doesn't. I did try to enable auto refresh at data source level, but the map view did not update too after the auto refresh ran.
I did try to drill down the mapView object and try to get the feature layer and execute refresh but no luck on this path too for Experience Builder.
Anyone managed to overcome this?