web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Update document proper...
Power Automate
Unanswered

Update document properties using flow where content approval is enabled on the document library

(0) ShareShare
ReportReport
Posted on by 2

I have a document library with 'Require content approval for submitted items' set to 'Yes' and 'Create major and minor (draft) versions' selected.

 

I have a flow that starts when a document is approved. I would like to do a system update in the flow (Without incrementing the document version and without setting the document in draft). I have a step that sent a SharePoint HTTP Post request to update a document property column. I have passed "bNewDocumentUpdate": true" to do a system update but the flow is hanging. When I change the bNewDocumentUpdate to false the flow complete successfully but the document goes into a draft mode and the document increment. Is it possible to do a system update on a document where content approval is enabled on the document library?

 

Below my HTTP request flow step. This step is hanging and not working

Site Address: <SharePoint site address>

Method: Post

URI:_

 

 

api/web/lists/GetByTitle('DocumentA')/items(1)/ValidateUpdateListItem

 

 

Body:

 

 

 

{ 
 "formValues": [ 
{"FieldName":"Title","FieldValue":"Title 1"},
{"FieldName":"BMSVersion","FieldValue":"@{body('Parse_JSON')?['OData__UIVersionString']}"},
{"FieldName":"BMSPublishedDate","FieldValue":"@{formatDateTime(utcNow(),'dd/MM/yyyy')}"}
], 
 "bNewDocumentUpdate": true
} 

 

 

 

 

Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 538 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 405 Moderator

#3
abm abm Profile Picture

abm abm 252 Most Valuable Professional

Last 30 days Overall leaderboard