|
POST
|
Hi @Ankitkhanna , I tested this issue in an 11.5 environment and can no longer reproduce the bug. Could you provide a sample print service for me to take a look at? Thanks, Shengdi
... View more
12-15-2025
06:32 PM
|
0
|
1
|
735
|
|
POST
|
Hi, when configuring the table widget, you can select the "selected features view".
... View more
12-04-2025
09:41 PM
|
1
|
0
|
965
|
|
POST
|
Hi @JasperRomero , When selecting records on a layer, you can also select or filter the related records using the message action Record Selection Changes > Data > Select/Filter Data Records, and choose "Use layer's relationship" for the action conditions. To export the report to CSV, add a table widget that displays only the selected records of the related layer. Then, use the Data Action button to export. Please let me know if you have other questions. Regards, Shengdi
... View more
12-03-2025
07:00 PM
|
0
|
2
|
997
|
|
POST
|
Hi @ConservationPlanner , Could you try the Accordion widget? To achieve a better effect, please follow the steps below: 1. In the Accordion widget settings, select the desired widget in "Expand items on loading" 2. Set both the Accordion widget and the inner widgets to Auto height Regards, Shengdi
... View more
11-30-2025
05:59 PM
|
0
|
1
|
676
|
|
POST
|
Hi @LayerItOn , Could you share a sample app with me so we can take a close look at it? Thanks, Shengdi
... View more
11-12-2025
05:35 PM
|
0
|
0
|
1560
|
|
POST
|
Hi @doronwen , Yes, in Experience Builder, exporting visible columns only is supported. However, this functionality also depends on the service being used. Currently, Enterprise services do not support exporting only a subset of fields, while Online services do support this feature. Could you please confirm which version of Experience Builder you’re using? This issue may be related to a known bug that has been resolved in newer versions. Thanks, Shengdi
... View more
11-09-2025
05:41 PM
|
0
|
1
|
4630
|
|
POST
|
Hi @MappingMoose , Have you considered registering a custom data action, like the one described here: https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-register-a-custom-data-action-in-arcgis/m-p/1657048#M21096 ? Regards, Shengdi
... View more
11-04-2025
10:54 PM
|
0
|
1
|
626
|
|
POST
|
Hi @JustinWolff , You can use the script below as a reference. // Retrieve the data source
var dataSource = $dataSources["dataSource_2-1989fddf1cf-layer-14"];
// Get the current filter (WHERE clause)
var whereClause = dataSource.queryParams.where;
// Check if no filter is applied
if (IsEmpty(whereClause)) {
return "Select a Filter";
}
// Apply the filter to the layer
var filteredFeatures = Filter(dataSource.layer, whereClause);
// Return the number of filtered records
return Count(filteredFeatures); Please let me know if you have other questions. Thanks, Shengdi
... View more
11-04-2025
05:54 PM
|
0
|
1
|
936
|
|
POST
|
The list widget supports setting foreground color in the October 2025 AGOL release. However, this setting is only available in the new theme. Thanks, Shengdi
... View more
11-04-2025
12:59 AM
|
0
|
0
|
715
|
|
POST
|
Hi @ZachBodenner , The Experience Builder text widget relies on external resources and does not support the tag <table>. Here is a list of the tags supported in the Arcade script: https://doc.arcgis.com/en/experience-builder/latest/configure-widgets/advanced-formatting.htm#GUID-DF1F5125-3F02-4E21-8118-BB5230A3F3A0 Thanks, Shengdi
... View more
11-02-2025
06:52 PM
|
0
|
2
|
976
|
|
IDEA
|
@Brian_McLeer Hi, the font color is configured under "Background—Font" and not directly within the interaction. We understand this setup isn’t entirely straightforward, but some considerations prevent us from adding the setting directly to the interaction. After setting the font color in the Window settings, you can still override it for other text widgets as needed.
... View more
11-02-2025
06:15 PM
|
0
|
0
|
528
|
|
POST
|
Hi @LakesGISMaps , This is a bug of the list widget. Thanks for reporting. As a temporary workaround, please avoid re-selecting the list widget in the builder after configuring it. That should prevent the issue for now. Regards, Shengdi
... View more
10-29-2025
06:54 PM
|
1
|
0
|
578
|
|
IDEA
|
@ijr Are you using a map service? Map services do not support create replica and still require an account to export records to a shapefile. If not, could you share your data so I can take a closer look? Thanks, Shengdi
... View more
10-28-2025
01:53 AM
|
0
|
0
|
1143
|
|
POST
|
This bug should be fixed in today's update. Please let me know if you can still reproduce it. Thanks, Shengdi
... View more
10-28-2025
01:38 AM
|
2
|
0
|
2280
|
|
IDEA
|
In the latest October 2025 AGOL release, if the data supports create replica, exporting records to a shapefile does not require an account. However, if the data does not support create replica — for example, in the case of a map service — exporting records still requires an account.
... View more
10-24-2025
12:07 AM
|
0
|
0
|
2656
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-07-2026 01:53 AM | |
| 1 | 05-24-2026 08:02 PM | |
| 1 | 04-23-2025 06:55 PM | |
| 1 | 04-30-2026 02:33 AM | |
| 1 | 05-07-2026 01:38 AM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|