Hello folks,
Trying to add an image from collection to a Gallery on click of a button.
However, other records show up except the image.
Expected it to automatically tie the collection records to the gallery including the image.
What is wrong here?
The Image property in the gallery is set to ThisItem.Image
Trials made:
- Tried image name with extension in the Collect statement
- Changed parameter names to something other than the default ones of Image, Subtitle, Title.
- Deleted the gallery and re-added
- Also tried mentioning the full image path in the collection. (Image is on C: drive)
- Not inserting the image in F5 mode too.
