Hi,
I'm working on an approval workflow (two approval stages) which uses the "When a file is created or updated (properties only)" trigger. In the beginning of the flow, I check if the Approval Status is "pending" - because I only want to run the flow when someone has checked in a major version.
I'm almost there, but I'm facing a challenge. During the flow, I update a column for the document, to show where in the flow process we are. Well, turns out that this also automatically changes the Approval Status back to "draft" and upps the minor version number. Well, this obviously makes the final Approval action fail. because that only works when the Approval Status is "waiting", not "draft".
Does anyone know if it's possible to update the document properties without changing the Approval Status and Version? Like SystemUpdate() in C#? I was thinking I could change the Approval Status to "waiting" before changing it to "approve", but this sounds like a really bad idea. It will probably trigger a new instance of the flow (??).
I hope somebody has a straight and great answer/solution for this... 🙂
Thanks!