
I created in bot composer a new multiple choice for a user to select, given the user answer i want to update or set the value of a variable created in Power Virtual Agents.
How can i set the value of a bot variable within the bot frame work composer?
The variable i want to set and use it in the branching question
Thanks for the support
You should just be able to use the value stored in $(user.style) if you set the output to value. Otherwise it will contain the index of the selected item. But I'm not aware of any way to manually set a variable value eitehr in the Bot Framework composer or Power Virtual Agent.