Hello all,
i have a variable based on the question
after that i want to use it in another topic
i can choose it, but PVA do not allow me to save the changes (after clicking save button nothing happens)
I can see the warning: Variable data type not eligible to receive or return values between topics.
How can i use the variable in the topic and flow?
I can see it also in the flow but cant save the changes in PVA
Hello @Kodyzak ,
I can see 2 issues in your implementation.
1. Usually Global variable can be accessed using Global. Variable Name, in your case it should be Global.varProductData
2. The answer from multiple choice question is Choice type, you need to covert to Text before sending to flow
Please try above and see if it works. Happy to see your outcome.
Thanks.