Issue with userid Not Propagating to API Request in Vapi Workflow
Dear Vapi Support Team,
I'm facing an issue where the userid variable passed from my frontend (Next.js) via assistantOverrides.variableValues isn't being received in the “API Request” step of my Vapi workflow. Although console logs confirm that userid is correctly set on the frontend, it consistently shows up as an empty string in my backend request.
Hardcoding userid directly in the workflow works fine, which suggests that dynamic interpolation of {{userid}} in the API Request step isn’t functioning as expected.
Could you help identify why {{userid}} isn’t being passed through correctly?
Thanks,
I'm facing an issue where the userid variable passed from my frontend (Next.js) via assistantOverrides.variableValues isn't being received in the “API Request” step of my Vapi workflow. Although console logs confirm that userid is correctly set on the frontend, it consistently shows up as an empty string in my backend request.
Hardcoding userid directly in the workflow works fine, which suggests that dynamic interpolation of {{userid}} in the API Request step isn’t functioning as expected.
Could you help identify why {{userid}} isn’t being passed through correctly?
Thanks,