Mobile image component dynamic source URL update

I'm attempting to use the mobile image component to display an image on a form, after the form has already loaded. The URL for the image is stored in the retool database, and I'm running the retrieve URL query in the form load event. I've confirmed the query is returning the correct URL.
I've been trying to use the image1.setImageUrl(); method, but it doesn't even appear as an option when I try using the 'Control Component' event handler for a button (the only available option is 'set hidden'.

Hey @prenzi5! It looks like we don't have a setImage method for the image component. You should be able to use this workaround though! Let me know if that helps :slight_smile: