Hi @jezwn ,
You may try below xpath once,
/jcr:root/content/dam//element(*, dam:Asset)
[
((jcr:content/metadata/@custom:assetType = 'document' or jcr:content/metadata/@custom:assetType = 'image'))
and
(
not(jcr:content/@offtime)
or
(jcr:content/@offtime > xs:dateTime('2024-10-17T06:50...