Número de ID do Erro |
BUG-000161315 |
Enviado | September 11, 2023 |
Última Modificação | August 5, 2025 |
Aplica-se à | ArcGIS Experience Builder |
Versão encontrada | N/A |
Sistema Operacional | N/A |
Versão do Sistema Operacional | N/A |
Status | As Designed
Após revisão pela equipe de desenvolvimento, foi determinado que esse comportamento é conforme projetado. Consulte a seção Informações Adicionais para obter detalhes.
|
Informações Adicionais
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.
Solução Provisória
Open the Table widget in a window instead of a new page.
Etapas para Reproduzir