the syntax for selective update is unclear as the syntax in the documentation seems to be wrong. Query
Update Action Set transferred = 0 where a.objectsInCharge.nodePath like "/(PR)W4455NS01%" and a.objectsInCharge.nodePath like "%MARAS%"
results in
Query Execution Error ===================== Unexpected query token 'a' Update Action Set transferred = 0 where ==> a <== .objectsInCharge.nodePath like "/(PR)W4455NS01%" and a.objectsInCharge.nodePath like "%MARAS%"