Hi, my issue is I am trying to essentially end the use of a Playbook my instructions look like
Step 1. Use ${TOOL:wowquerier} to summarise documents
Step 1.1 always provide at least five dot points
Step 1.2 always ask if more information is required, if yes, provide more information on the document
Step 2. Ask if there is anything else related to policies and procedures,
if no, reroute user to ${FLOW: Start at Request}
I continually get a "playbook loop detected’ error anytime i try and use $FLOW to redirect the user
I want to return the user to the request or start page essentially, so that they could potentially use other playbooks, tools but once i start a playbook its always says "loop detected’
How can i return the user anywhere else? or end the use of a playbook? without Loop detected? Seems straight foward! any help really appreciated
In the default start_flow, route the default welcome intent to a new flow ( in my example ( flow 2)
2)Create a another flow ( Called “flow 2”) and a new page ( name start_2) and create a parameter route to your playbook 1. Insert the parameter in your parameter preset in your route with the welcome intent.
In the Playbook 1 and in my other playbook, I added this instruction : If the user ask any other questions transfer to $flow Start_flow.
In your console, don’t forget to select “default start_flow” in the ressource case and not your playbook to initiate che conversation
Unfortunately It hasn’t worked for me. I have done similar creaating default > new flow > new page. And I put in every playbook the same instructions (to transfer to $flow Start_Flow).
The playbooks close (they have status OK) but then i am still stuck in a ‘playbook loop detected error’. I cant seem to ende the playbook or transfer to any new flow… despite the instructions to redirect.