Hello everyone,
I am working on a project in Copilot Studio, where I model topics as processes (e.g., Topic A) with structured steps. Sometimes, while the user is progressing through a topic, they may ask an unrelated question. This triggers the conversational boosting feature to provide a generative AI response.
After answering the user’s question, I want to offer the user the option:
"Do you want to return to the previous step?"
If they choose to continue, I need to dynamically redirect them back to the previous topic and step they were at before the interruption.
Any examples, best practices, or suggestions would be highly appreciated!
Thank you for your support!