Folorunso
Folorunso

Reputation: 165

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

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

Upvotes: 1

Views: 682

Answers (1)

Ram Fattah
Ram Fattah

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

Related Questions