Before i start building this flow i want to ask the community about the possibilities and triggers input and ofcourse help 🙂
What im trying to achive.
I have a sharepoint document library, it contains content types. Version history for both major and minor versions is activated and also Require content approval for submitted items set to YES
My flow should do the following.
When a user publish a major version a flow should be triggerd (Not sure if there is a trigger for this yet)
The flow contains an approval process that has 3 steps and let users pick who the approvers are for each step.
Step 1: Major Version is published.
Step 2: Approval process 1 started (Proof reading)
Step 3: User that was selected for Proof reading approves it.
Step 4: Approval process 2 started for Spell Checking.
Step 5: User that was selected for Spell Checking approves it.
Step 6: Approval process 3 started, Final Approved step.
Step: 7 User selected for final approved step, approves it and a major version is published.
Users should be able to select who should spell check it, who should prof read it and who should be the final approver before document is published.
Depending on what content type the document is the file will be converted to pdf and sent to different locations. (This part is done and tested) Im not sure if i created it in form of best practice but i have a condition for each content type name, if its Yes convert file if it's no Check if content type name is equal to this and so on for each content type.
Any input or possible solution would be much appriciated.
If there is no trigger for publish major version, then im thinking fo creating a button for each item in the list/document library that is called Approve, when this is pressed the flow will be triggerd manually from the button pressed. But i still need to update the status if the file, for exampel if prof reading is done i should i have status that says waiting on spell checking.