Forum Discussion

IgoDo's avatar
IgoDo
Copper Contributor
Feb 17, 2021

Edit File Properties direct link

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. 

  • 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.

      • ganeshsanap's avatar
        ganeshsanap
        MVP

        emersonbruce Unfortunately, I don't think you will be able to open the properties pane using hyperlink / URL.


        Please consider giving a Like if my post helped you in any way.

Resources