Is it possible trigger a Power Automate when a custom document set is created?
I am using the 'When a file is created (properties only) trigger with a trigger condition of:
@and( equals(triggerBody()?['IsFolder'], true), startsWith(triggerBody()?['ContentTypeId'], '0x0120D520') )