不具合 ID 番号 |
BUG-000161315 |
送信されました | September 11, 2023 |
最終更新日 | August 5, 2025 |
適用対象 | ArcGIS Experience Builder |
見つかったバージョン | N/A |
オペレーティング システム | N/A |
オペレーティング システムのバージョン | N/A |
ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
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.
対処法
Open the Table widget in a window instead of a new page.
再現の手順