Bug ID Number |
BUG-000171620 |
Submitted | October 18, 2024 |
Last Modified | April 4, 2025 |
Applies to | ArcGIS Online |
Version found | June 2024 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
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.
Steps to Reproduce