Hi All,
I have a simple requirement to download the document from the SharePoint site.
Like I have a subgrid of custom entity, where each record has the document uploaded on sharepoint, the good thing is here like I have the sharepoint site location in each record, at the time of document uploading I am updating the particular record with sharepoint url where the record exists.
So Now what I need to do, as I will select the subgrid records and will click the custom button(download button) then all the documents from the selected records should be downloaded from sharepoint to my computer local download folder.
Note: document type is not define, means it can be anything (text, pdf, docx, png, xml...etc)
Please suggest any way to do it, or is it doable ?
And for now, I am passing the selected record array in power automate and through that I can get each record through the Id and there I have the sharepoint URL for every record,
but how to use that sharpoint url to get the document.??