Hello:
Why does the map in web appbuilder not sync with the attribute when you click a feature in the map? The image below shows a selected feature although the table is saying 0 selected.
Hi BrandonPrice2,
I suspect it may be that when you perform a map click event, it is running a Identify method on the layer object rather than a Feature Selection method on the layer object.
Try adding the Select Widget and using the tool to select a feature in the layer of interest to see if the attribute table widget updates upon feature selection.