I remember watching an Esri video where somebody customized the list widget's appearance when it was loading. Instead of it saying the field names, e.g {field_name} they changed it to simply say loading.
If anyone can point me in the direction of that video, or tell me how to do this, it would be super helpful to further customize my experience.
Solved! Go to Solution.
When defining the data expression, use the "Expression" tab and rename the expression at the top to whatever you'd like. The name you give is what displays by default while data queries are executed (loading).
The result looks like:
and then loads to be:
When defining the data expression, use the "Expression" tab and rename the expression at the top to whatever you'd like. The name you give is what displays by default while data queries are executed (loading).
The result looks like:
and then loads to be:
Thanks so much, that worked!