Hello All,
I created a chatbot and integrate into the canvas app through Power Bi, so I have one Label And I want to add pending messages from the chatbox on that label.
Hi @Sohil_kazi ,
Great use-case! 🙂
If you are using PVA inside Power Apps means that you are using the iFrame with PCF.
In that case, you can use external variables to pass values from Power Apps to your PVA bot.
Use chatbot variables to carry content across topics - Power Virtual Agents | Microsoft Docs
But if you want to apply a custom query or something like that using this variable inside the PVA bot, you will need to pass this variable to your Power Automate workflow using actions and return it as an output.
Automate chatbot actions with flows - Power Virtual Agents | Microsoft Docs