Hi, I hope you can help. I have a share point list I'm using for my gallery. In column "Attachements" i made I'm adding images. What formula would I use in the image icon to bring this through to my gallery? ThisItem.Attachments doesn't work? I've not used sharepoint lists before, do i need to format the column or anything like that?
Hey @jsmith87
If you have a single image as attachment. You can write the following formula for in the Image property:
First(ThisItem.Attachments).AbsoluteUri
If you have more than one attachment you will have to use collection for this. Giving you links for that:
https://www.youtube.com/watch?v=3dNeMVLZDHo
https://www.youtube.com/watch?v=eZtOVvbj9qw
https://wonderlaura.com/2018/08/23/powerapps-gallery-of-attachments/
If this worked for you, you can mark this as the solution so people coming in the future will just see the solution to get the answer quicker.
And if you liked the explanation you can give thumbs up as well. 🙂