Hi,
If I have an advanced form on a Power Apps Portal that captures email address, first name etc, then clicking next takes me to the next step in the form - is it possible to have the Power Virtual Agent on that second part of the advanced form and pass it information that has been collected from the initial advanced form ?
Thanks.
Solved! Go to Solution.
Hi @steve17 ,
Yes, you can pass these values as parameters and get into your PVA bot as variables.
It's important in your Power Apps Portals that you will customize the code to get the field values, then pass them as parameters to your bot.
You can use this documentation: https://docs.microsoft.com/en-us/power-virtual-agents/authoring-variables-bot#set-a-bot-variables-va...
Hi @steve17 ,
Yes, you can pass these values as parameters and get into your PVA bot as variables.
It's important in your Power Apps Portals that you will customize the code to get the field values, then pass them as parameters to your bot.
You can use this documentation: https://docs.microsoft.com/en-us/power-virtual-agents/authoring-variables-bot#set-a-bot-variables-va...