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!
Yes, I know that it would be better to use future status, but there were more practical reasons why I needed to use a metadata field, including being able to search on it and sort by it etc. I’ll certainly rethink this however, and take it back to the business.
@pilvonen: metadata time is not good, because it uses cron jobs. @Bart: I believe I’ve set the correct date format, but I’ll certainly double-check