I'm working on an App that needs to be usable offline. As such, I've put in logic to allow the user to download data from an excel file in a onedrive.
A major part of this app will be the ability to take pictures of equipment. I would also like the user to be able to download old pictures.
If I try to collect directly from the excel table datasource, I can get at all of the text data, but the image is blank. Here's the code:
Collect(ImageTest, {Image: First(PhotoOverview).Link})
Any help would be appreciated.