Questions tagged [task-module]
5 questions
0
votes
1 answer
Is there any we can connect with task module from html parsed adaptive card?
I'm using an HTML-rendered version of the adaptive card using these 2 packages in MS Teams.
https://www.npmjs.com/package/adaptivecards (version 2.11.1)
https://www.npmjs.com/package/adaptivecards-react (version 1.1.1)
React 16
Previously I was…

Parag Jadhav
- 1,853
- 2
- 24
- 41
0
votes
1 answer
Task module (popup) in MS Teams bot opening Bot's App store page when logged in via browser
I have created a Teams Bot, which is installed in the team by any of the team's members. The bot then sends the messages to other team members as per further functionality. I am using Adaptive controls. On one AdaptiveAction(Button) click I am…

Swapnil Chowkekar
- 41
- 5
0
votes
0 answers
how to Open a Teams TaskModule from an adaptive card using manifest.json
I am trying to open a taskmodule from an adaptive card. I have placed a button named task module and I am trying to open a task module when the button is clicked i want to know what i am doing wrong.[click here for code image preview][1]
[1]:…

prayaag
- 3
- 4
0
votes
2 answers
TaskModuleResponseFactory.CreateResponse("") is not closing the TaskModule popup window
In Microsoft Teams Bot, I am trying to close a Task Module popup window after a action.submit button click by sending an empty response by using
protected override async Task…

Ajith
- 2,041
- 1
- 14
- 6
0
votes
0 answers
Teams Task Module URL is not loading the HTML, using ngrok url it works
When the user clicks an action button, the task module opens up but HTML is not getting loaded inside it.
If I use ngrok URL it works, when I replace it with the actual server URL it is not working.
Here actual server URL domain is the same…

druveen
- 1,611
- 3
- 15
- 32