Número de ID del error |
BUG-000161315 |
Enviado | September 11, 2023 |
Última modificación | August 5, 2025 |
Relacionado con | ArcGIS Experience Builder |
Versión encontrada | N/A |
Sistema operativo | N/A |
Versión de sistema operativo | N/A |
Estado | As Designed
Tras revisión realizada por el equipo de desarrollo, se ha determinado que este comportamiento es acorde con lo designado. Consulte los detalles en la sección Información adicional.
|
Información adicional
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.
Solución alternativa
Open the Table widget in a window instead of a new page.
Pasos para reproducir