Hi all,
I'm trying to use the action "List Folder" for a sharepoint folder. For some reason it isn't working now.
Where can I find the folder ID? I have tried giving the path as well-got an error.
Any ideas please?
Thank you!
Hi @IWantToKnow ,
1.Because we can set the filter condition 'FSObjType eq 1' in the 'Get files' Action, which means only getting the records of the folder, we can get the common numeric ID.
Return:
The Id of the list folder not only gets the Id of the folder, but also the Id of the file. The Id obtained is not our common numeric ID, but a specific identifier.
Return:
2.I use ’Select‘ just to display the folder ID and folder name to you more intuitively.
It has no other meaning. If this step is not used in your flow, you can consider deleting it.
Best Regards,
Sunshine Gu
Thanks @v-yetonggu-msft ,
Just wondering:
Hi @IWantToKnow ,
Please try to use 'get files' control.
I did a test for your reference.
In my scenario:
item()?{'ID']
item()?['{Name}']
Best Regards,
Sunshine Gu
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2