Hi,
I'm trying to create a custom gallery with a collection. Clear collect command is set at the Onvisible on the screen where gallery is.
Gallery name is gallery 1.
Screen name Screen1
Collection name is Signatures, Code for the collection as below.
ClearCollect(Signatures,{QCSup:"Ron", SignImage:1},{QCSup:"John",SignImage:2})
Now in the gallery when i place a label and get the data for QCSup it gets the names but the Image control that i placed doesn't resolve the image for SignImage. Error is Expected image value error. Anyidea how to solve this anyone? No other data source is used, I'm using this concept to test run before placing into another app.