Edit File Properties direct link

Occasional Visitor

Hi all,

 

I have a simple Flow creating a file in a document library on SharePoint Online (modern experience).

I'd like now to return a link to the file's properties for the user to update - ideally, one click takes directly to the "Edit all properties" panel.

 

Any help?

 

Thanks,

Igor. 

1 Reply

@IgoDo 

 

Generate edit properties link in below format and send it to users:

 

<library url>/Forms/EditForm.aspx?ID=<Id>

 

For Example: 

 

https://contoso.sharepoint.com/sites/HR/HRDocs/Forms/EditForm.aspx?ID=6

 

 Where 6 is the value of SharePoint default ID column for particular document/file.


Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.