I am creating a Flow to provision team workspaces based on items in a SharePoint list - ie. one person applies for a new team workspace, another person approves it, and then the workspace is provisioned.
I'm a little puzzled on what would be best practice:
a) use Content approval for submitted items on the SharePoint list (and then create a Flow to alert the approver of new items)
b) use Approval and for example the flow action "Create Approval" and alert the approver by mail or in an adaptive card in teams
c) use both of these
I have learned (by trial and error and research) that a) and b) are two quite different things and in no way related to each other. I have also learned that it is possible to update the content approval state (a) from an Approval (b) Flow. Also, approving some list items directly in the SharePoint list (a) does NOT update the state on the Approval (b).
So what I'm looking for is some tips on when to use what, and maybe some of you have tinkered with the same issue and can help me shed som light on this...?