I need to retrieve the folder GUID for a folder I have created using the 'Create New folder' action in my flow. How can I do this? I do not need the Folder ID but the SharePoint GUID of the new folder. Is this possible to get from any of the actions?
I have looked at 'Get folder metadata' and 'Get file properties' but these doesn't appear to return the GUID only the Folder ID.
Solved! Go to Solution.
Hi @Verve,
You could use a Send an HTTP request for that and retrieve that column value via a REST API call.
Below is an example of that approach.
_api/web/lists/getbytitle('Documents')/items(@{outputs('Create_new_folder')?['body/ID']})?$select=GUID
Hi @Verve,
You could use a Send an HTTP request for that and retrieve that column value via a REST API call.
Below is an example of that approach.
_api/web/lists/getbytitle('Documents')/items(@{outputs('Create_new_folder')?['body/ID']})?$select=GUID
Thank you Expiscornovus, that is exactly what i was after. Works a treat!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
48 | |
17 | |
15 | |
12 | |
11 |
User | Count |
---|---|
58 | |
39 | |
23 | |
19 | |
18 |