Hello arcade community, I'm curious if there is a way to show a spinning wheel or perhaps text ("The layer is currently loading...") while an Arcade script loads within a Popup element.
For context, I have a layer popup configured to show environmental constraints within an area of interest. The popup populates using Geometry functions to compare several constraints layers with an area of interest, all contained within various Arcade script elements. However, often times, especially when feature services are down or otherwise bogged down, the Arcade takes several seconds to load. During this "loading" time, there is no way to show the user that the information is still loading, so they might incorrectly assume that there is no relevant information pertaining to the site (which I want to avoid).