|
POST
|
Hi @LayerItOn , Could you share a sample app with me so we can take a close look at it? Thanks, Shengdi
... View more
2 weeks ago
|
0
|
0
|
224
|
|
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
3 weeks ago
|
0
|
1
|
336
|
|
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
3 weeks ago
|
0
|
0
|
98
|
|
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
3 weeks ago
|
0
|
1
|
215
|
|
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
3 weeks ago
|
0
|
0
|
86
|
|
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
4 weeks ago
|
0
|
2
|
172
|
|
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
4 weeks ago
|
0
|
0
|
120
|
|
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
a month ago
|
1
|
0
|
132
|
|
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
|
221
|
|
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
|
330
|
|
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
|
297
|
|
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
|
296
|
|
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
|
126
|
|
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
|
145
|
|
IDEA
|
10-23-2025
02:04 AM
|
0
|
0
|
256
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-20-2025 07:42 PM | |
| 1 | a month ago | |
| 2 | 10-28-2025 01:38 AM | |
| 1 | 10-16-2025 07:01 PM | |
| 1 | 02-27-2025 11:04 PM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|