I am facing a problem in a topic inside my Copilot agent. The flow goes like this.
1)What is your name? stores user's response in a variable called Name
2)What is your location? stores user's response in a variable called Location
3)Are you happy with our services? Branching Yes / No (stored in a variable as string called Satisfy)
4)- Yes Branch -> more options to choose from (What services are you happy with?)
4)- No Branch -> How can we improve our services? (stores user's response in a variable called Feedback)
5)How would you rate us? (1-5)
Then calling a power automate flow with all the variables as input to store in an excel sheet.
Now in my conversation flow after step 5), it is going to the no branch even if the user has chosen yes in step 3). I need help solving this issue.