How to get user value back to Power Virtual Automate from Bot Framework Composer

548 Views Asked by At

I am creating a Power Virtual App bot and I am also using Bot framework Composer to display an Adaptive card that is meant to take user input from the Power Virtual App bot.

I'm unable to figure out a way around this and all the solutions I've come across don't have Adaptive Card involved.

I want this to work because I will need the user input to make API calls via Power Automate and display the results back to the user.

enter image description here

Screenshot of the card menu

Screenshot of the flow in botframework

1

There are 1 best solutions below

0
On BEST ANSWER

I believe you need to set the input / output properties on your Composer dialog. Once you have configured your output variables, you can assign values to them within Composer.

Here is a link to an answer that was asked similar to this question.

Hope this helps.