Forum Discussion
How to highlight app icon when open a deep link to Teams app static tab by adaptive card
Thanks so much for your reply~
This behavior happens both in Teams Web and desktop client.
And I checked the ${appid} and the ${entityId} are both correct~
Open Teams app tab successfully with the right link, but the app icon on the left sidebar is not highlighted.
The deep link is like:
https://teams.microsoft.com/l/entity/${appid}/${entityId}?webUrl=${contentUrl}&context=${context}
This app i upload to our teams organization,
For the ${appid} I used the id in the manifest.json, is it right?
- Yuankun_LiJun 17, 2024Copper Contributor
I fixed it to replace the ${appid} which I used the `id` in the manifest.json to the `org catalog ID`.
when the app uploaded to teams organization, it will generate a new org catalog ID for this teams app.
It took me a long time to find out.
The deep link is like:
https://teams.microsoft.com/l/entity/${appid}/${entityId}?webUrl=${contentUrl}&context=${context}