Hi all,
I'm trying to open a word document in edit mode that resides in a SharePoint document library via Power Apps button. I tried the below code but client word is giving me an error message.
Tried this:
Launch("ms-word:ofe|u|https://sharepoint.com/document.docx")
The file opens blank.
When I try this:
Launch("ms-word:ofv|u|https://sharepoint.com/document.docx")
It opens a blank document with the link on top saying 'READ_ONLY We opened this document read-only from the server'.
I do have the option to click on the button that says 'Edit Document', but then I get this error message:
Unknown error trying to lock file
Any thoughts on this?
Thanks