I am trying to create a newsletter that will be sent for specific content that was published in Confluence pages in the past month and will be sent at the beginning of each month with last month's materials.
I tried to write the cql according to the documentation and I am getting an error when running the cql although when I press the validation it seems ok and it even found 3 contents.
type = page AND label = trend_report_compliance AND created > startOfMonth("-1M") AND created < startOfMonth()
I received an error message after running the automation
No CQL-compatible content found in the rule context; there is nothing to check against the CQL query. The CQL condition component can only follow components that involve CQL-compatible content, such as the blog post published trigger, the publish new page action, or the related entities branch.
Can anyone assist?
Thanks,
Tami