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