Change picture for each item in a list in experience builder

329
1
11-15-2022 12:26 AM
shamsaldensalih
New Contributor

hello, I'm using experience builder and i want to  change some items on a list pictures but it changes it to all items at once , i want to change it to each item separately

Tags (1)
0 Kudos
1 Reply
graeme_hill
New Contributor III

There are a few ways to achieve this. They all use the connect to data and dynamic option in the image settings, you can use a URL and the url can come from a field in your dataset or the url can be formed using a combination of expression and fields, the other option is using an attachment so the first attachment for each record will be displayed in the picture for each list item. The last option is to display the symbology used in the map. I generally use the url or attachment option, just depends how many different pictures you need to display eg if they are all unique pictures per record then attachment may be best (you can use arcgis pro attachment tools to load/match the images to each record or python scripts). For url option, the picture needs to hosted and accessible to users.

Cheers, Graeme