There is documentation linked on that action that shows the syntax. You should not be escaping double-quotes like that. Either of these should work
tag:lego AND inventory_total:<=0
OR
tag:"lego" AND inventory_total:<=0
There is documentation linked on that action that shows the syntax. You should not be escaping double-quotes like that. Either of these should work
tag:lego AND inventory_total:<=0
OR
tag:"lego" AND inventory_total:<=0