Looking to find a solution to build a dynamic filter for LS assets in Flowbuilder.
In my testing I used this in the delete asset template
"conjunction": "OR",
"conditions": [
{
"path": "asset.scan.last_successful_scan",
"operator": "SMALLER_THAN",
"value": "2025-11-05T00:00:00Z"
}
]
}
I want to make this dynamic so it looks for anything not scanned in the last X number of days. Doers anyone know if this is possible or how to do it? @Vicente_SC