To create a weblink that opens an app inside Teams and navigates to a specific screen, you can use deep links. Deep links allow you to navigate directly to specific content or actions within an app.
If you have a PowerApps app and you want to open a specific screen, you need to ensure that your app handles the context
parameter to navigate to the specific screen.
https://teams.microsoft.com/l/entity/c407d4b9-xxxx-8634bc48fdd9/screen123?webUrl=https://apps.powerapps.com/play/<appId>?screen=ScreenName&label=Screen 123&context={"key":"value"}
Replace <appId>
with your PowerApps app ID and ScreenName
with the name of the screen you want to navigate to.
Notes:
- Ensure that your app is configured to handle deep links and can process the
context
parameter to navigate to the specific screen. - The specific support for context parameters may vary based on the app and its configuration.
Thanks,
Prasad Das
*************************************************************************
If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.