web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Deeplink in Teams app
Power Apps
Suggested Answer

Deeplink in Teams app

(1) ShareShare
ReportReport
Posted on by 114
Due to the recent changes to OnStart and Start screen, does anyone have a process for creating a deeplink to a specific item in a screen in a Teams app? I do not have the app in a tab of a channel, but a standalone app that users install in Teams and is pinned on the lefthand bar. I have tried to use various video tutorials but an't seem to get them to work with the new updates in Powerapps.
 
I have also tried to find some documentation from Microsoft but so far I can only find docs related to apps in Teams Channels.
 
Any help appreciated.
Categories:
I have the same question (0)
  • Pacel1 Profile Picture
    79 on at
    What happens when you use a link created as shown in the example below?

    https://teams.microsoft.com/l/entity/{AppID}/?webUrl=https://apps.powerapps.com/play/{AppID}&screen=DetailScreen&itemID=123
     
  • Suggested answer
    SaiRT14 Profile Picture
    1,990 Super User 2025 Season 1 on at
    pls try the following:
     
    utilize the App.StartScreen property and parameter functions to manage navigation - In the OnStart property of the app, capture the URL parameter - Set(varItemID, Param("itemID"));
     
    Use the App.StartScreen property to determine the initial screen based on the parameter: - If(!IsBlank(varItemID), DetailScreen, BrowseScreen)
     
    On the OnVisible property of DetailScreen, set the item to display - Set(selectedItem, LookUp(YourDataSource, ID = Value(varItemID)));
     
     
  • toomuchcoffee1122 Profile Picture
    114 on at
    @Pacel1 This did not work, it didn't take me to the correct screen.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 545 Most Valuable Professional

#2
Haque Profile Picture

Haque 314

#3
Kalathiya Profile Picture

Kalathiya 234 Super User 2026 Season 1

Last 30 days Overall leaderboard