Feature request - trigger "Has a Child / Parent" with name


(Erwin Strobel) #1

Hello,

I would like to request a new trigger option that fires if the asset’s parent has a specific name.

e.g.

Has a ParentChild asset of type folder. with name that matches “”

cheers,

Erwin


(Bart Banda) #2

Hey Erwin,
You should be able to do this with the current trigger events and conditions. It depends on what event you want to listen for, probably https://matrix.squiz.net/manuals/triggers/chapters/trigger-events#after-asset-attributes-updated. Then use a a keyword condition (https://matrix.squiz.net/manuals/triggers/chapters/trigger-conditions#Keyword-Value) to check if %asset_name% equals something.