I've defined variables to be extracted in various states in my workflow but none of them are getting extracted from the callers response.
Call example: bcb099e2-0d11-4b39-b6ac-47912ebc9202
Raj
08/13/2025, 3:28 PM
Here's a call example with one of your template workflow bots: 44593f87-3c85-456e-818a-1cb9484182e3
Same issue; where to get the extracted data from?
This is critical in making use of the workflows for building any complex bot.
k
Kings_big💫
08/14/2025, 6:22 PM
Extract variables by defining them in a Conversation Node’s Extract Variables section, reference them with {{variable_name}} in later steps or API calls, and map API responses back into variables for reuse..