Retrieve data from input form adaptive card
问题 I'm using an input form as an adaptive card in my bot framework. Now i want to retrieve the data that the user gave in the form and show it on the screen after the user click the submit button. Can someone give me an example of the code, because i can't seem to get it work? I'm using next adaptive card: http://adaptivecards.io/samples/InputForm.html { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "ColumnSet",