Introduction to Microsoft Copilot : Variables in Microsoft Copilot Studio.
Hello Guys,
In our previous blog, we learnt how to create Topics. Today will se how we can store information in a variable
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.
We will be working on our same agent named Ravisha.
As you can see, last time we have created 4 questions and system has generated 4 variables to store response of those questions.
Now we will be creating custom variable. To create custom variable, click on + Node after the trigger and add Set variable value step. Configure the variable name. initialize this variable as blank() which is equivalent to null.
Once we declare variable, we can use them through out the process. So let's use them to store response of the questions.
As you can see we have used our own custom variables to store response from the user.
Now we will provide response. Click on + sign and add step message and configure it as shown below:
Save the changes and test your agent.
In our upcoming blogs, we will see how we can use conditions.
Hope it helps...

Comments
Post a Comment