When I try to get the metadata of a SharePoint folder through the Flow, it returns empty strings for e-tag and file locator fields of the metadata.
I want to get the unique identifier of the folder so that I can create a shareable link from the flow to an anonymous user(outside the organization) which is not possible through the predefined actions in the flow.
Sharepoint generates a link to a particular email ID to access a SharePoint folder in this format -
https://test.sharepoint.com/:f:/s/TestInc/EtCo6EXyPHFOvgt-uUbhnLABsruKa5spqWs7kFZhQxVyYw?email=test@test.com&e=aasYGr
I want to get "EtCo6EXyPHFOvgt-uUbhnLABsruKa5spqWs7kFZhQxVyYw" this value from the metadata of the SharePoint folder.
I get the following output from the "Get folder metadata" (for SharePoint) action :
"" --> etag
"" --> file locator
%252fShared%2bDocuments%252fDocss%252ftest%2540test.com -->id

please let me know if there is any way out to get the metadata used in the link.
Thanks