Forum Discussion
vannyconoza
Nov 01, 2022Copper Contributor
Message Extension won't load properly in Teams Mobile
We have a message extension that uses Task Module and Adaptive Cards which allows users to select from a ChoiceSet or enter input text. We implement chained adaptive cards, which means there are mult...
Nivedipa-MSFT
Microsoft
Nov 17, 2022anaas1070 - We will test this with your manifest data?
anaas1070
Nov 18, 2022Copper Contributor
Nivedipa-MSFT sure, let me know afterward I'm waiting for your response.
- anaas1070Nov 29, 2022Copper ContributorYeah sure.
- Nivedipa-MSFTNov 28, 2022
Microsoft
anaas1070 - Could you please share your valuable feedback via Microsoft Teams Developer Community Response Feedback.
- anaas1070Nov 27, 2022Copper ContributorI've noticed that I had 2 different commands with the same title in my manifest which was causing this issue. Currently, it looks working fine by updating my manifest. Thank you so much for the help.
- Nivedipa-MSFTNov 23, 2022
Microsoft
anaas1070 - Could you please share screen recording with us to investigate further on this?
And also share the error what you are getting on ngrok? - anaas1070Nov 21, 2022Copper Contributor
Actually, the exact above-mentioned createTicketFromMessage command isn't working on android. It doesn't work without adding parameters.
It works only when I add the following parameters but I want to load the message body text as the description parameter's value and if I add parameters in my manifest then upon calling this command, there is no call made to my bot code."parameters": [ { "name": "title", "title": "Name", "description": "Name of the User", "inputType": "text" }, { "name": "subTitle", "title": "Designation", "description": "Designation of the User", "inputType": "text" }, { "name": "text", "title": "Description", "description": "Description", "inputType": "textarea" } ] - Nivedipa-MSFTNov 18, 2022
Microsoft
anaas1070 - Could you please share like what parameters you have added for createTicketFromMessage command and then it's not working?
Before adding parameters, the task module is loaded correctly?