I know that this topic has been covered a lot on here, and I have read dozens of threads about this, and tried lots of different solutions, but to no avail.
I am building an app that has a gallery on a Browse screen. The gallery is connected to a SharePoint list. When an item from the gallery is selected it opens a new screen (called Question) and should display an image which is in the same SharePoint list, along with other data from the same list. All the other data shows up fine, but the images do not.
I have the image saved as both an image in a column called Image, with the column type set as Image, and in a second column called Question_image where the image is saved as a url (a belt a braces approach!). In the first case, the image itself is saved in a regular folder in the same SharePoint site as a jpg.
Following the advice here:
https://www.practicalpowerapps.com/images/powerapps-sharepoint-images-storing-and-viewing/
and here:
https://www.spguides.com/power-apps-image-control/
as well as numerous other threads here and all I get is a blank Image Control box and/or this message in the formula bar:
"This formula uses scope, which is not presently supported for evaluation"
The images also do not appear if I try to put them in the main gallery on the Browse screen and it displays the above message.
So I found a work around, I put the images in a Picture Library on SharePoint, inserted a gallery onto the Question screen and filtered it to show the correct image for the SharePoint list item, which worked, great. However, when I tested the app on a mobile device (Android) the images didn't show up, due, I believe, to authentication issues which are well known. So I am back to square one!
I can't save the images locally on PowerApps because the SharePoint list is updated using a Flow.
I can share screen shots of my formulas if that would be helpful, but I feel that I am now just going round in circles.
Any help would be gratefully received.