|
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
|
1208
|
|
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
|
3258
|
|
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
|
458
|
|
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
|
705
|
|
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
|
574
|
|
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
|
771
|
|
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
|
378
|
|
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
|
444
|
|
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
|
872
|
|
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
|
1724
|
|
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
|
1983
|
|
POST
|
I cannot reproduce this bug. I think it's related to a specific search input. It would be very helpful if someone could share a locator service and a sample search input. Feel free to DM me if you prefer to keep it private. Thanks, Shengdi
... View more
10-23-2025
07:41 PM
|
0
|
1
|
1359
|
|
POST
|
Hi @JuanTomásMartinez17 , In the October 2025 AGOL release, we supports the new theme system, which allows setting color for all overlays (such as poppers, windows). Could you try if this solves your issue? Thanks, Shengdi
... View more
10-23-2025
02:16 AM
|
0
|
0
|
458
|
|
POST
|
In the October 2025 AGOL release, the window supports setting the foreground color, which also affects the confirmation text.
... View more
10-23-2025
02:06 AM
|
0
|
0
|
781
|
|
IDEA
|
10-23-2025
02:04 AM
|
0
|
0
|
1392
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | 03-10-2026 07:42 PM | |
| 1 | 06-29-2025 08:30 PM | |
| 1 | 06-29-2025 11:15 PM | |
| 1 | 03-06-2026 12:35 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|