Alternative solution without using a workflow: Use Advanced Mode in the Calculation Property and combine if and is_present function before adding the properties:
(if(is_present([properties.xy]), [properties.xy], 0) +
Alternative solution without using a workflow: Use Advanced Mode in the Calculation Property and combine if and is_present function before adding the properties:
(if(is_present([properties.xy]), [properties.xy], 0) +