Reputation: 49
I have a Chatbot developed in Microsoft Bot framework which uses an Adaptive Card (v1.2) to get inputs from the Users.
I fill the form details and then I click the Submit button. I am able to extract the values successfully but the adaptive card gets reset to the default values (becomes empty form).
This strange behavior happens only in MS Teams.
Any solution to maintain the updated form with the user inputs or this is the expected behavior?
Upvotes: 1
Views: 598
Reputation: 12264
In order to preserve Adaptive Card input values in Teams, you need to do the following:
Preserving Adaptive Card input values is one of the main features of my upcoming cards library. You can express your support on that GitHub page if you're interested.
Upvotes: 3