Hi
I'm having a SharePoint list. Each entry in the SharePoint list can have up to two attachments. (Mainly PDF and Images)
I want to be able to:
1) View the list of attachments in any SharePoint list entry.
2) Be able to open the attachment in new window (not download it to the computer).
For requirement # 2, I used the following but of course, it works to open ONLY first attachment.
Launch(First(GallerySubmissions.Selected.Attachments).AbsoluteUri)
I would appreciate any help.