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 / Deep linking issues: s...
Power Apps
Answered

Deep linking issues: sometimes cannot get Url parameter

(0) ShareShare
ReportReport
Posted on by 2
I build a link like this:
 
And i use formula in App.OnStart to get parameeter:
Set(varBillingDocumentId,Param("Id"));
 
But the problem is that multiple people get this link by email and opens it and sometimes it app do not catch parameter "Id".
 
What can be a problem, how should I check it? 
I cannot find an issue because it is happening only sometimes.
Categories:
I have the same question (0)
  • Verified answer
    MarkRahn Profile Picture
    1,332 Super User 2026 Season 1 on at
    Hi,
     
    For a Deep link, you only need:
    https://apps.powerapps.com/play/e/{EnvironmentID}/a/{AppID}?ID={YourID}
     
    The Tenant ID is contained in the EnvironmentID. I only say this to try to lessen the information you are passing and track down where the issue may be.
     
    The other thing is that when your users run into this issue they should be able to copy the URL from their browser and send it to you. You can verify that "Id" is part of the URL.
     
    The parameters are also case sensitive so "Id" is not the same as "id" or "ID". I would trying using upper case for "ID".
     
    You could also try changing the order and putting ID first before TenantId.
     
    Other things you could try is going with a different name for the parameter such as "BillDocID" to see if that works better. The parameter "Id" might be reserved or getting processed in a way that the case is getting changed.
     
    You might also be able to use "Live Monitor" at some point to capture some information, but that answer is more involved.
     
    If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a Like.
     
    Thanks
    -Mark
     

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
Haque Profile Picture

Haque 70

#2
WarrenBelz Profile Picture

WarrenBelz 64 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 36 Super User 2026 Season 1

Last 30 days Overall leaderboard