We have an application built using the ArcGIS Experience Builder, which is serving data from a Web Map hosted on ArcGIS Online (with an underlying feature layer). This is how the data flows in our setup:
Hosted Feature Layer (which has the data) > Hosted Feature Layer View (where filters are applied to columns) > Web Map > Experience Builder Application
We have configured a Table View widget in the experience builder application, exposing some of the data columns. Here is the issue (along with the observed behavior):
- When we export all the data in the table (Actions > All data > Export) into CSV or JSON or Excel or GeoJSON, all fields in the Table View are found in the exported file.
- When we select a few features in the Table View and export them into any of the aforementioned formats, data in some fields are missing. This behavior is inconsistent, at best, as we have observed data in all the fields in the exported file just once.
I am attaching the screenshots of what was done to get the exports:

This plate shows the Table View of the application built using Experience Builder (with 3 selected features, and Export to CSV) - data obscured for confidentiality.
This is the exported CSV:
FBI Crime,Offense,Case Number,Offense #,Agency,Incident Date,Location,Application ID,x,y ******,,,,,8/7/2024 4:45 PM,,233685,-13******.479,52*****.957 ******,,,,,8/7/2024 3:55 PM,,233689,-13******.078,52*****.966 ******,,,,,8/7/2024 6:03 PM,,233696,-13******.257,52*****.06 |
I've obscured the data in the fieds due to confidentiality. You will be able to notice that there is no data in the fields: Offense,Case Number,Offense #,Agency.
We do see data in these very fields when we export the entire data in the Table View:
OBJECTID,Case #,Offense Sequence,Description,Crime,Agency,Date,Location,x,y 234496,PX******,1,Cri****** Mi******,Dest******,"Pho******",8/18/2024 10:29:00 AM,"5XX N ******",-13******.4557,52*****.9605 234281,PX******,1,Muni - Park****** Res******,Other,"Pho******",8/12/2024 3:57:16 PM,"3XX O ******",-13******.925,52*****.5715 234210,MP******,3,DUII - Drivi******,Drivi******,"Med******",8/14/2024 2:07:00 AM,"W 11TH ******",-13******.0667,52*****.5887 234095,MP******,3,Muni - Exc******,Other,"Med******, OR",8/9/2024 6:40:00 AM,"1XX S ******",-13******.774,52*****.6936 ... more fields... |
Exporting is enabled both in the Table View widget and in the underlying Web Map. We are not sure how to interpret this behavior, or where to start to fix the issue. Any insight/ suggesstion in this regard would be very helpful.
Thanks!