How to extract variables from workflow?
# support
r
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
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
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..
2 Views