Thanks and Regards,
Hello,
I have already fixed this issue by using a "Send an HTTP request to SharePoint" and using the following uri:
_api/web/GetFolderByServerRelativeUrl('Library Name/Folder Name/Document Set Name')/Files
Hi @BlueGosu,
Do you have a lot of documents/document sets in your library? In that case have a look at the pagination settings of your get files (properties only) action.
For a reference also look at this thread: https://powerusers.microsoft.com/t5/General-Power-Automate/SharePoint-Get-Files-Properties-Only-Exceeds-the-list-view/td-p/2240517
(substringof('@{variables('DocumentSetName')}',FileDirRef)) and (FSObjType eq 0)
I tried that filter query but unfortunately it's resulting to an empty value (there should be about 9 files inside the Document Set). Output image below:
Hi @BlueGosu,
You could try and use a Filter Query instead of the Limit Entries to Folder setting. You can use the Path (aka FileDirRef) for this. You can also include a filter on Item Type (aka FSObjType).
Can you try the below?
(substringof('@{variables('DocumentSetName')}',FileDirRef)) and (FSObjType eq 0)
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492