Bug-ID-Nummer |
BUG-000161315 |
Eingereicht | September 11, 2023 |
Zuletzt geändert | August 5, 2025 |
Gilt für | ArcGIS Experience Builder |
Gefunden in Version | N/A |
Betriebssystem | N/A |
Betriebssystemversion | N/A |
Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
This is a designed behavior. When opening a page in a new window, a new app is launched in a separate browser window. In this context, when opening a new window, it essentially initiates a new application instance, and thus, the query has not been executed within this new application instance. Consequently, no query results are going to populate the Table widget on this page.
To address this issue, it is recommended to place the table widget within a window. This approach involves opening a window on top of the current page instead of launching a completely new browser window. By doing so, the query is executed within the same application context, allowing the query results to populate the table widget as expected.
Workaround
Open the Table widget in a window instead of a new page.
Schritte zur Reproduzierung