we have problem with tab in our application.
In the application manifest we only have a link to Microsoft Forms.
Json:
{
"entityId": "Zaraportuj",
"name": "Zaraportuj",
"contentUrl": "in here we have only url",
"websiteUrl": "in here we have only url",
"scopes": [
"personal"
],
"context": [
"personalTab"
]
}
And that’s it. On the code side, we do not manage this tab in any way. Everything is in the manifest.
enter image description here
enter image description here
enter image description here
I didn’t try anything special. I changed Microsoft Forms and added a new Forms but no changes.
Any solution ? Why isn’t the Microsoft Forms tab showing? ?
Damian Dąbrowski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2