Can someone tell me a way to pass value from pva to bot framework composer and how to use it in condition?
Thank you
Hi @Minasamir,
In this example, I show how to initiate new variables in Bot Framework Composer and also reference PVA variable values in your dialogs: Solved: Retain conversation context when interacting with ... - Power Platform Community (microsoft.com)
Basically, in Bot Framework Composer, you can access Power Virtual Agents variables (that have a bot scope) by prefixing their name by "virtualagent."
E.g.
virtualagent.VarUserCity