Problem:
File asset has a metadata field (EffectiveDate), which can be in the future. I need a trigger to publish this asset at the time that is set in the metadata date field.
My solution (which doesn’t work):
Trigger event: Asset Metadata Updated
Condition 1: Metadata date field with expired value = the metadata field value (metadata field asset selected here)
Condition 2: The asset is under a particular node in the tree.
Action: Set status to “Live”. Execution time: Determined by the metadata date field (metadata field asset selected here)
This all seems logical, but isn’t working. Assistance please!