Unable to set volume via Node-RED

I am unable to change volume of my Google Home Mini with call_service node, but if done via the native automations it works perfectly fine.

I get the following error: “Call-service API error. Error Message: extra keys not allowed @ data['entity_id]”

I must be missing something obvious… any ideas?

I suspect the previous call service is overriding the data there. Send the output of the node to another location instead of payload.data

Thank you, that did the trick - I set the output to none as I don’t use it in this sequence.