I am trying to build in some automation when a specific kind of page is published. This uses a template that already has a label applied and must be in specific location. I create the appropriate CQL (e.g. `label = "my-label" and parent = 1234567890`). This never evaluates to true when the page is published but if I review the condition and verify it in the console, it always finds the page that has just been published.
The audit log is always "NO ACTIONS PERFORMED" which implies the condition was never met.
Is there some sort of delay between the page being published and attributes like label and parent being available for evaluation? I'm stuck with what to try next.