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
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
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.