workflow varibales
# support
m
I’m trying to set workflow variables at the start via API using assistantOverrides.variableValues (e.g. formId, bookingId), but the workflow is not picking them up and they don’t seem to be available during execution. Please advise the correct way to initialize workflow variables from the API. "assistantOverrides": { "variableValues": { "formId": "1234", "bookingId": "1234" } }
@User
#1211483291191083018
c
Hi, Could you provide the Call ID where this issue occured? and also, if possible please provide the entire call request you sent for initiating the call as well. This will help me review the logs and get back to you with more information.
m
019bbbb2-cb28-7778-a06e-d8f939cee31b
i have this in variable values , when i try to send these variables in tool call then it is "formId": "", "bookingId": ""
@User
c
Hi, I reviewed the call log. Are you using the variable format
{{variable}}
in the tool call parameters? i wasnt able to confirm this from my end since this was a transient call.
m
no
c
Could you provide me the request body you sent for that call? This will help me review the system prompt and the tool calls.