
Announcements
Hello, I have an HTML table that shows the data of a Sharepoint list but I can't show the column of attachments with the link of the images.
How can I display that column with the link of each image per row?
HI @Anonymous
You can use the SharePoint Rest API as follows:
URI _api/web/lists/getByTitle('Rooms')/items(@{outputs('Get_item')?['body/ID']})/AttachmentFiles
HEADER:
{
"Accept": "application/json;odata=verbose"
}
FROM
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here and like & subscribe to my YouTube Channel thanks 😉