Hi @PaalA,
To deep link directly into Teams and not a browser window, you can use the Microsoft Teams deep linking format. Here’s a general structure for deep linking into a specific tab in Teams:
https://teams.microsoft.com/l/entity/<appId>/<entityId>?webUrl=<entityWebUrl>&label=<entityLabel>&context=<context>
- <appId>: The app ID of your PowerApp.
- <entityId>: The ID of the tab where your PowerApp is added in Teams.
- <webUrl>: The URL to the item within your PowerApp that you want to link to.
- <label>: A label for the link.
- <context>: Additional context for the link.
You’ll need to replace the placeholders with the actual values relevant to your app. This format will allow users to click the link and be taken directly to the specified location within Teams.
For more detailed instructions and examples, you can refer to the official documentation on deep linking in Microsoft Teams.
Remember to test the deep link to ensure it works as expected for your users.
If this post helps, then Click on the Thumbs Up below and Accept it as the solution to help others.
Thanks,
Robu1.