Hello, I am wondering how I can transition straight to a page of a different flow in Dialogflow CX? I am only seeing that I can transition to a page of the current flow.
Thanks!
Solved! Go to Solution.
Hello @xavidop So it's not possible through the GUI? I currently create a preset parameter when I transfer to a different flow then I move to a page in the flow I want. But it gets a little tedious. Seems like their is no other way through the GUI right?
@xavidop Thanks for the help!
@karl-gardner In the current page you define a flag variable (you can do so using "Parameter presets") and then switch to the new flow (which will be actually the start page of the new flow) and then using the flag variable you can move to the page of your interest.
Hope this will help. Let me know in case you face any issue.
Thank you