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 with Uniq...
Power Apps
Answered

Deep Linking with Unique ID

(0) ShareShare
ReportReport
Posted on by 7

Hi!

 

I've been exploring powerapps for a while, and I was tasked to create an NPS form with the below:

  • Landing page has 4 inputs with one input having a unique ID, and email address
    • This landing page will be completed by someone else
    • Once completed, there is a button that will automatically send an email which was inputted
    • The email should contain the URL to the actual NPS form (via deep linking)
  • Actual NPS form which populates a sharepoint list

 

I have been trying to do the below:

  • Create a unique deep link ID based on the unique ID (indicated above)
  • Have the NPS form reflect that unique ID in a text box within the app

 

I'm currently stumped on this one as all the guides I have found uses the set function, which I believe is not possible for this one...

 

Hoping to get some help! Thanks!

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,074 Most Valuable Professional on at

    Hi @ScarletBtch ,

    Firstly, the URL to send the Deep link is

    https://apps.powerapps.com/play/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx?tenantId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&IDRef=xxx

    You can of course create the IDRef dynamically (and use whatever variable name you want)

    Then at App OnStart, something like this

    If(
     !IsBlank(
     Param("IDRef")
     ),
     Set(
     vID,
     Value(
     Param("IDRef")
     )
     )
    )

    You then have the ID number of what you need so if you are navigating to a form, its Item property would be

    Lookup(
     YourListName,
     ID=vID
    )

    To display the number, put a Label with the Text vID

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • ScarletBtch Profile Picture
    7 on at

    Thank you @WarrenBelz ! Will try it today. Really appreciate it as I've only started exploring deep linking. 😅

  • WarrenBelz Profile Picture
    156,074 Most Valuable Professional on at

    Ok @ScarletBtch ,

    Due to Time Zone (9;30pm here in Oz), I will be offline shortly.

    Will pick up any post you make in the morning.

  • WarrenBelz Profile Picture
    156,074 Most Valuable Professional on at

    Hi @ScarletBtch ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • ScarletBtch Profile Picture
    7 on at

    Albeit late, thank you @WarrenBelz ! Your solution worked and I've accepted it as the solution.

     

    Again, thank you so much!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 339 Most Valuable Professional

#2
11manish Profile Picture

11manish 180

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard