Forum Discussion
xCloud
Nov 22, 2019Copper Contributor
Need some help, can't even get a proper approval flow for Sharepoint to work
Hi there, I am trying to set up a Microsoft Flow for users to submit document for approval when they need to publish it. here are the issues I have: 1. There is no trigger for automatically...
Techresa
Nov 22, 2019Brass Contributor
Hi xCloud,
As for your first item, I am working on something similar. I have versioning and require content approval turned on. When a file is created or modified, it goes into a Draft status. When the file is published it goes into a Pending status. That's when my Flow takes action.
Here's how my Flow is designed.
When a file is created or modified (properties only)
Get file properties
Condition
Content Approval Status is equal to Pending
If yes
Send an email
I leave "if no" blank because I don't want any action taken.
Have you tried this or something similar?