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'.