Vapi can't use response returned from n8n webhook
I have an n8n workflow that's trigggered by a vapi workflow tool. After the workflow successful run, the response is sent to vapi as shown in first attached image. The issue is, I want to use the response value in the subsequent conversation after the tool run using this ( {{$('tool_1752761204227').item.json.results[0].result}} ) but vapi reads out the literal text instead of interpolating
