I am trying to add a progress bar to an ArcGIS online map, pretty much like the example from MikeSchoelen.
https://community.esri.com/t5/arcgis-dashboards-blog/adding-a-progress-bar-to-an-indicator-with-a/ba-p/1133559
I have tried configuring the Custom Attribute Display in the maps Configure pop-up but I have been unsuccessful. I would appreciate any info on how to do this. I've been trying to do this in HTML but Arcade would be ok as well.
<h1>The progress element</h1>
<label for="file">Downloading progress:</label>
<progress id="file" max="100" value="32"> 32% </progress>