The Feature Info widget in my AGOL ExB app is not showing any of my custom popups.
The popups that are just text and then a {field} only show the field.
The popups that return Arcade are completely blank.
Are there any outstanding issues with the Feature Info widget and custom popups or certain Arcade functions?
Solved! Go to Solution.
@LaurenBoyd Thank you Lauren! I think I figured out why my code is not displaying the HTML from the Arcade configured in the popup. Since my app actually doesn't have a MapView in it at all, I wasn't including the map parameter on the Feature widget. So it makes sense it wasn't working since the Web Map saved in the Map Viewer contains the Arcade expression. Even though I don't have a MapView, I can still just pass the loaded WebMap into the map parameter.
So definitely NOT an issue with the JS SDK.