Hello,
in ExB I have a list widget which uses a data from table layer.
I need to set a image for each item in a list based on combination of fix url, and the attribute of the feature - which changes in time. Is there a way to do so?
It seems, that Arcade expressions are not supported / even it would be a best option there - to use something like:
"https://server.domain.com/images/" + {attribute} + ".png"
On a list I see for the image url just an attribute and function - none of them does not handle the example above.
Have someone know if there is any other way I missed?
Thank you.
Vladimir
Solved! Go to Solution.
BRILLIANT!!!!!
That did the trick. Thank you so much. Bravo:)
This was very helpful for configuring my list; thank you for posting!
Specifically I needed the gory details on how to use images (in my case just solid color pngs blanketing the background of the list item) dynamically via an expression...voila!