Introduction to Microsoft Copilot : Collecting User Input Using Questions in Microsoft Copilot Studio.
Hello Guys, In our previous blog , we learnt how to create Topics. Today will se how we can collect information from user. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. In our previous blog, we created a topic called "Plan My Trip" for our Ravisha travel agent. Now, let's enhance the conversation by collecting information from users through questions. As you can see, we have already displayed a welcome message to the user. The next step is to gather the information required to plan their trip. Adding Questions To collect user input, click the + button and select Ask a Question. Configure the question as shown below. Since we want to capture text entered by the user, we are using a String variable to store the response. For example, you can ask questions such as: Where would you like to travel? When are you planning to travel? How many days would you like to stay? What is y...