|
POST
|
Hi @MelanieNeedle , Currently, the designed behavior is that clicking any widget inside a controller (including the button widget) will first open the widget panel. One workaround is to use a standalone button outside of the controller. Here's a suggested button widget setting to achieve a similar visual style: To ensure the standalone button aligns visually with the controller, you can place both the controller and the button inside a Fixed panel widget, with the size set in pixel (px) units. Please let me know if you have other questions. Thanks, Shengdi
... View more
07-29-2025
06:41 PM
|
0
|
3
|
807
|
|
POST
|
Yes, the $feature variable does not support the Data Access function bundle and cannot be used with the FeatureSet series of functions. This limitation is also documented in the Data Access documentation: When using a list widget that displays multiple features, the same limitation applies. Each feature is evaluated individually. This means the expression could trigger multiple simultaneous queries. This can lead to performance issues or failures. My solution is to remove the $feature variable block when the text widget in the List is connected to multiple data sources. However, $feature simply does not support the FeatureSet series of functions.
... View more
07-24-2025
11:26 PM
|
0
|
0
|
1526
|
|
POST
|
Hi, can you share your data with me? My username is she10946, and I want to see if I can reproduce this bug. Thanks, Shengdi
... View more
07-24-2025
07:28 PM
|
0
|
0
|
2364
|
|
POST
|
Hi @Brian_McLeer , Currently, "Export Records" uses a different method from "Export All Data". Exporting records to SHP/FGDB/KML formats requires the user to be signed in, though we are considering improvements to this feature in future releases. "Export All" usually uses the ArcGIS REST API's createReplica operation. The error message you received suggests that there might be a bug with the createReplica request. Could you please check the Network tab in your browser's developer tools and confirm whether a createReplica request is being made when you try to export? If so, what's the status of that request? Thanks, Shengdi
... View more
07-24-2025
01:07 AM
|
1
|
0
|
2421
|
|
POST
|
Supporting the $dataSources variable in inner widgets of the List widget can lead to significant performance issues, so it is by design that only the $feature variable is accessible in this context. And the text widget embeeded on the list widget block the usage of $feature if you set more than 1 source. I was able to reproduce the bug and created an issue in our repository. As a workaround, if you add the Arcade expression first and then add other data sources to the Text widget, the expression should work as expected. Thanks, Shengdi
... View more
07-23-2025
11:25 PM
|
0
|
2
|
1579
|
|
POST
|
Hi, this is currently a known limitation. When using the $dataSources variable to reference the layer, it does not access the service directly, and therefore cannot retrieve the data relationship information. Shengdi
... View more
07-23-2025
11:13 PM
|
0
|
0
|
1579
|
|
BLOG
|
@TimHaverlandNOAA The datasource ID in the Data panel is the same as the one in the Arcade Editor > Profile variables. For example, if a text widget connects to the same layer source, you will find the same ID in the Arcade editor. You can reference the feature set in the script using this datasource ID directly, such as: var fs = $dataSources["dataSource_4-18c66465e65-layer-2"].layer; Please let me know if you have other questions. Regards, Shengdi
... View more
07-22-2025
07:34 PM
|
1
|
0
|
15365
|
|
POST
|
Hi @jcgregg , Are you using ArcGIS Online? This feature is not yet available on ArcGIS Online. If you also have ArcGIS Enterprise, you can connect the Print widget to a print service from your Enterprise environment. In that case, you should be able to see the layout templates from your Enterprise content. Thanks, Shengdi
... View more
07-20-2025
07:42 PM
|
1
|
2
|
4777
|
|
POST
|
Hi @JohnEvans6 , Thanks for reporting this issue. I'm able to reproduce the bug. Although we haven't identified the root cause yet, the problem seems to occur only when the script is re-edited after data has been added. As a temporary workaround, try adding a new data source and configuring the script without re-editing it afterward. Please let me know if you can still reproduce this bug. Thanks, Shengdi
... View more
07-15-2025
11:32 PM
|
1
|
1
|
532
|
|
POST
|
Hi @JohnEvans6 , I add a filter in my script and it looks good in the table widget. Could you share your data and script with me? Thanks, Shengdi
... View more
07-14-2025
06:48 PM
|
0
|
3
|
3001
|
|
POST
|
Hi @NicoleJohnson , 1 – When the page loads, all Arcade expressions on that page are evaluated at once, which can use a lot of resources. This limitation is in place to help maintain performance and avoid potential bugs. 2 – It’s a bit tricky to remove this limitation, a workaround is to use HTML format and keep just one Arcade expression per text widget. That should help reduce the overall number. 3 – That last one is a bug and will be fixed in the next release. Regards, Shengdi
... View more
07-10-2025
08:05 PM
|
1
|
1
|
1428
|
|
POST
|
Hi, you should be able to see that option if you disable the Result panel.
... View more
07-09-2025
06:26 PM
|
0
|
0
|
531
|
|
POST
|
Hi @dhan , When using the Search widget with “Add custom search sources”, you can choose to redirect search results to a non-modal window under the General search options > Search result section. This provides a similar effect to the standard result list, but there are a couple of limitations to be aware of: No maximum record count setting for output data sources – This means if you have multiple locator sources, using separate list widgets for each one may lead to overly long result displays. While a Table widget with multiple sheets can handle this, it may not be as intuitive for users. No built-in way to close the window when the search is cleared – At the moment, the window will remain open even after the search is cleared. Regards, Shengdi
... View more
07-09-2025
01:21 AM
|
0
|
0
|
567
|
|
POST
|
Hi @vijaybadugu @ClintOffutt1 , This bug should be fixed by today's update. Please let me know if you can still reproduce it. Thanks, Shengdi
... View more
07-08-2025
06:46 PM
|
0
|
0
|
645
|
|
POST
|
Thanks @EdwardMcFarlin , this bug should be fixed by today's update.
... View more
07-08-2025
12:58 AM
|
1
|
4
|
1977
|
| 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
|