Hi fellow developers,
We're trying to create a app that shows an image based on a parameter.
The only issue is that we update the image location with: UpdateContext
That writes the parameter to the Image as text but not as a Image data type. So it doesn't show the correct picture.
The images have the same name as the parameters that should work correctly.
Is there a way to have dynamic images based on function loaded parameters?