I have created 3 screens, new screen to attach images and viewscreen to display inline attachment.
I don't want to use gallery list, instead of for the selected screen data I want to display images selectedscreen
.Selected.'{Attachments}
Solved! Go to Solution.
Hi, this seems to work for me when I change the AbsoluteUri setting to Value.
Awesome. THANK YOU!
Hello,
Just one problem for me, i can see the picture on Chrome browser but not on my Iphone.
I use a Picture Gallery with " BrowseGallery.Selected.'{Attachments}' " on Items
And " ThisItem.AbsoluteUri " on Image
Do you have and idea?
EDIT: i replace "ThisItem.AbsoluteUri" by "ThisItem.Value" and work perfect!!!
Hello everyone. In case you still have questions on the topic, we go through this in some more detail.
The .AbsoluteUri requires the user to be logged into the SharePoint front end, while .Value uses the SharePoint connector to fetch the attachment(s)
Dawid van Heerden
Follow on Twitter: @davestechtips
Subscribe to YouTube: https://www.youtube.com/davestechtips?sub_confirmation=1
**If you found this reply helpful, please mark this as the answer to close the topic and make it easier to find for other people with similar questions.
...deleted...
Hi @mdevaney
Apologies, wasn't aware that this wasn't allowed. The aim is to provide people with answers to their questions, but I will PM you to get more clarity on this.
Have a great day.
Dawid van Heerden
...deleted...
thank you so much.
After i change from absoluteuri to value, the picture appears on the mobile app. 😄