0

I am trying to use the image widget using ArcGIS Online:

https://doc.arcgis.com/en/experience-builder/configure-widgets/image-widget.htm

But I would like the picture to changed based on the current point selected. The image widget should show the image from an attribute field URL of selected point. Is this going to be possible or with another widget?

GavinR
  • 6,094
  • 7
  • 33
  • 44
Robert Smith
  • 634
  • 1
  • 8
  • 22

1 Answers1

0

This is possible, you have to configure the image widget to do it.

  1. First create an Experience with a Map widget and an Image widget.
  2. In the Image Widget settings, set these settings:
    • Connect to data
    • Image source: Dynamic
    • URL: Attribute enter image description here

Example of this in action is here.

GavinR
  • 6,094
  • 7
  • 33
  • 44