I am trying to generate a PDF file for a filtered range of data into a gallery. The details are the inventory of locations that we monitor in our network. All the gallery and filter details are working fine, my issue is I do not see the image in the Gallery which is dynamic based on thisitem in the gallery.
If I add a hard-coded image and process it works perfectly, so it is something with my image item in the gallery. To confirm the code in the gallery displays the proper picture of the building when we process to PDF() it is not.
This code in the image box in the gallery
First(
Filter(
Assets, ID = Value(ThisItem.colThumbID)
)
).'Thumbnail ({Thumbnail})'.Large
Can anyone think of why they are not get generated with the PDF command?