Forum Discussion
marcusyoung
Aug 05, 2020Copper Contributor
Getting values from adaptive cards
I have a messaging extension and want to create functionality such that when I run the action command, an adaptive card pops up with a list of options(see picture below). When an option is selected a...
- Aug 05, 2020Maybe this Microsoft Learn module can help you out? => https://docs.microsoft.com/en-us/learn/modules/msteams-task-modules/6-use-task-modules-bots
In essence: you need to invoke the Task Module (pop up) in a certain way to receive the response.
Aug 05, 2020
Aug 05, 2020
Maybe this Microsoft Learn module can help you out? => https://docs.microsoft.com/en-us/learn/modules/msteams-task-modules/6-use-task-modules-bots
In essence: you need to invoke the Task Module (pop up) in a certain way to receive the response.
In essence: you need to invoke the Task Module (pop up) in a certain way to receive the response.