Bug-ID-Nummer |
BUG-000171620 |
Eingereicht | October 18, 2024 |
Zuletzt geändert | April 4, 2025 |
Gilt für | ArcGIS Online |
Gefunden in Version | June 2024 |
Betriebssystem | Windows OS |
Betriebssystemversion | 11.0 64 bit |
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
The fields referenced in the Arcade expression are not being returned in the outFields of the query when clicking a feature because of how they are referenced in the expression. Use the Expects() function to ensure all relevant fields needed for the pop-up expression are retrieved in the query's outFields.
Workaround
Add Expects($feature, '*') at the beginning of the expression.
Schritte zur Reproduzierung