Forum Discussion
LincolnDeMaris
Microsoft
Apr 17, 2019Update: Document Sets in Modern Document Libraries
I am pleased to announce some updates on the plan and timeline for improving the Document Set experience in modern document libraries.
In January, we communicated a March delivery date for thes...
SarahTurner
May 22, 2020Brass Contributor
LincolnDeMaris Can you help me understand how I can trigger a power automate flow to notify a team when a document set is created? I'm struggling with this
nullorempty
Aug 20, 2020Copper Contributor
SarahTurnerI created a Flow that only runs if the Content Type is equal to DocSet, in this case, DocSet is the document set Content Type. I have two Flows that are triggered by my document set library and both use Trigger Conditions to filter on what they should process.
Example
Flow Document Set:
Trigger Condition: @equals(triggerBody()?['{ContentType}']?['Name'], 'DocSet')
Flow Process Documents in Library:
Trigger Condition: @not(equals(triggerBody()?['{ContentType}']?['Name'], 'DocSet'))
You can use Trigger Conditions or Conditions in the Flow.