Forum Discussion
Mihaela_Etr
Dec 22, 2021Copper Contributor
Bug: adaptive card action task/fetch not invoked
Hello! We have the following problem. We are posting an adaptive card with action type Acton.Submit and data type task/fetch. This button invokes handleTeamsTaskModalFetch. The problem is that for so...
Mihaela_Etr
Dec 29, 2021Copper Contributor
Dec 29, 2021
Is this about bot framework? I honestly don't recall fetch method in Adaptive Cards I am using 🙂
- Mihaela_EtrJan 04, 2022Copper Contributor
TomaszPoszytek Yes. We are sending an Adaptive card from messiging extention. To open a task module from a button in the Adaptive card we have the following code:
{ type: 'Action.Submit', title: Labels.CREATE_COMMENT, data: { msteams: { type: 'task/fetch', }, content: { title: content.title, id: `${content.id}`, type: content.type, }, }, },