Hi all,
I’m building an app in ArcGIS Experience Builder with a List widget that displays features collected from a Survey123 Connect survey. Each survey submission allows attachments, but since the attachments question isn’t required, not every record has one.
So far, I’ve set the List widget image to pull from dynamic content, and it works great for features with attachments — the correct photo shows up. However, for features without attachments, it shows a grey image box. I would like to instead have a placeholder image of my choosing display.
Question:
Is there a way to configure the List widget to use a fallback/placeholder image (instead of a grey image box) when no attachments exist?
Can this be handled directly in the List widget?
Or would it require an Arcade expression, custom code, or another workaround?
The issue:
For features without attachments, the List widget just shows a blank grey image box.
I’d like it to instead display a default placeholder image (a generic photo that I specify).
What I’ve tried so far:
I was able to get this behavior to work in Arcade for the web map pop-up, where I can show a placeholder if no attachment exists.
But I haven’t found a way to replicate this in the List widget.
I also can’t rely on a calculated field, since the dataset is continuously growing and I need this behavior to update automatically without re-running field calculations.
Thanks in advance for any advice or examples!