Hey there,
I created a power flow that returns the URL of a picture in a certain folder of my Sharepoint. I want to show multiple pictures in a Power Apps gallery. If we just look at one single picture, the setting of the image is set to Image = ThisItem.Value. Unfortunately, nothing is shown. I added a label to show me the given URL, and if I copy it to my browser, the picture is opened.
For example, the URL would be: https://Test.sharepoint.com/sites/PowerAutomateTest2/Shared%20Documents/866-536x354.jpg.
If I set Image to the url in brackets "," the picture is shown. It just doesn't seem to work with ThisItem.Value. Any ideas? I would be over the moon if someone could help me 🙂