Select to view content in your preferred language

Feature Info widget not showing Arcade

3068
10
Jump to solution
03-17-2022 08:26 AM
dgiersz_cuyahoga
Frequent Contributor

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?

 

#CLE #sloth
0 Kudos
10 Replies
Justin_Greco
Frequent Contributor

@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.

0 Kudos