Vapi giving wrong response when make gives the right one

I have a scenario made to connect vapi ai with make to check availability. The webhook response is set up well with the required json format like
{
“results”: [
{
“toolCallId”: “X”,
“result”: “Y”
}
]
}
After the scenario runs, make is fetching the right answer but vapi is giving a different answer that is seperate from what make is giving. Hopefully i can get an assist soon enough

Hi@Jeremiah_Adeyemo,
It seems like the issue lies in ensuring the correct result is passed back to VAPI AI. Please double-check that the result fetched by Make is correctly mapped

If the issue persists, you can try adding a small prompt or clarification in VAPI AI to guide it toward providing the desired response. For example, include a hint in the system prompt or output format that aligns with the expected result structure.
This is an example :

.

Feel free to share more details if you need further assistance!

Best regards,

Msquare Automation
Platinum Partner of Make
@Msquare_Automation