Hello,
I am working with Power Virtual agents in order to setup a workflow where users can submit a string to find a specific workspace. I have done this a few times where the chatbot starts a flow that then runs a stored procedure and they have all worked as intended.
With this flow however, the bot doesnt even attempt to wait and just returns "I dont recognize that message. Please try something else.". Is there a setting I am forgetting somewhere?
The flow shows all runs have finished successfully within 10 seconds (some as low as 800ms) and testing it with those inputs reinforced that.
The flow also returns proper data from the stored proc so I do not believe the break is in either of those.
Fixed it by turning "Asynchronous Response" (on the flow) on and off again. Not sure why this was it.