I have a VIEW layer in my map which limits what fields are shown to the user. I show the view in a table, pop-ups, etc. When I do a selection the "Export All" option bypasses the view and Exports from the original table, exposing all the fields I want hidden. The original table is NOT in my map. How can I force/limit the "Export All" to only export fields in the view. The export all is the only place in the app where these fields are exposed.
The "Export Selected" performs as expected and only exports the fields in the view.