Changing a Power Virtual Agent Global Variable in Bot Framework Composer

1k Views Asked by At

I would be hugely grateful if someone could please let me know how to change a Power Virtual Agent variable in Bot Framework Composer.

I set it like this

PVA Setting of Variable

I am trying to change it in Bot Framework Composer as follows:

Trying to change variable in BFC

Here is the error that I get:

Error

Thank you very much!!

1

There are 1 best solutions below

0
On

The reason why you are seeing this error is because you are setting "bye" value to the type that has only two values ("Nil" and "Hello").

To make this work, you should whether assign "Nil"/"Hello" values in Composer Or change the type of your variable to string (Identify: "User's entire response")