I have a visual element ‘image’ the content is dynamic and the problem I have that sometimes it takes a while to load the next image and it just stays blank.
There is no option like the uploader element like ‘when loading = yes’
Can’t show a rotating icon or something because I can’t know when it’s filled?
You could contain the image element in a group. Behind the image, you could have a loading icon/text. So, when the image is loading, that icon/text would be visible. Otherwise, when an image is visible, it would be covered up. (Then, as necessary, add a condition that hides the icon/text if not needed).