Forum Discussion
mattphillips
May 31, 2023Copper Contributor
Inputs not passing through json in channel
So this has been working for a while but has suddenly stopped working. It works on mobile and in a direct message with the bot but the same action in a channel and none of the inputs are passed throu...
Prasad_Das-MSFT
Microsoft
mattphillips - There is a bug raised for similar issue in this thread. We will inform you once we get any further update from engineering team. Thanks!
Prasad_Das-MSFT
Aug 07, 2023Microsoft
mattphillips - This issue is fixed now. Adaptive card in Ms Teams now returns input field data using Action.Execute
"value": {
"action": {
"type": "Action.Execute",
"id": "execute",
"title": "Execute",
"data": {
"action": "execute",
"someText": "qwerty"
},
"verb": "execute"
},
"trigger": "manual"
},
Tested in MS Teams desktop (Microsoft Teams Version 1.6.00.20958) and web client.
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link.