Hi,
My app needs to connect to a REST service on page load and retrieve a PRODUCT_ID, for use populating an image control on an Appery page (so the image's URL would be something like http://www.mydomain.com/images/PRODUC... where PRODUCT_ID comes from the REST service).
I get how to retrieve the PRODUCT_ID from the REST service and keep it in a Local Storage Variable but am unclear how to interact with Appery in order to set the static part of the image URL (http://www.mydomain.com/images/) and append the dynamic PRODUCT_ID.jpg value
Is there a tutorial or can someone explain how & where in Appery we use JS to modify, in this case, image control properties in order to specify the image URL?
It would be really useful to have a general run-through on this - I'm sure "getting information from a REST service and modifying controls / components within Appery" is a major use of the product.
Many thanks,
Steve