comment
3 TopicsOpen and edit .pdf in document library - Has there been an update?
Hi, I have a flow that emails a link to a .pdf in a SP doc lib. Is it possible for multiple users to simultaneously click the link in the flow email, open and edit the .pdf together at the same time? And the changes they make get saved automatically similar to Word online?1.5KViews0likes1CommentSharePoint modern pages - using API to post comments with specified date, author, etc.
Hello, For my ongoing project, I am attempting to post the comment to SharePoint modern page using the the below REST API. /_api/web/lists('listID')/GetItemById(1)/Comments I am able to post the comments, but while posting, I am not able to edit any property of the comment besides the comment text like author, date. Is it now possible to alter the date published, author info, etc.? Thanks in advance!2.1KViews0likes2CommentsAdding a comment to a DevOps Work Item using a given user
Second time writing this, as when trying to post the first time it gave me an error "invalid html" and discarded all my content -.- In Flow, I am using a DevOps - Update Work Item action, that updates a work item and adds a comment to it, using the Other Field "history" as the content of the comment. The problem is that the author is set to be the owner of the connection that the action is using, yet since the flow is triggering using an email, the author needs to be set dynamically using the email's author (provided he has an account in DevOps). How can I do this? Is there another name in "other fields" section, perhaps something like "Author" that I can use to set the author of the comment given the name, email or id from the email that started the flow? Screenshot: