I 2nd the reprex request
Is introuvable dplyr's new way for saying "not found"?
This error often occurs when the object or variable/column you're referring to (in this case ActualConsumption) is not available to your mutate call. For me, that happens most often when I just hadn't created the object or loaded it before running a function that calls it.