Reputation: 165
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
Upvotes: 1
Views: 682
Reputation: 418
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.
Upvotes: 1