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 without F...
Power Apps
Unanswered

Deep Linking without Form? Is it possible?

(1) ShareShare
ReportReport
Posted on by 33

Let me start off by saying that I have followed Reza's tutorial for Deep Linking. Great tutorial. 

 

I have successfully been able to get most of what his video calls out to work as far as getting the linking to work with the linking to the specific screen. I have a screen called "EditBQITScreen". This screen is normally accessed from inside a Gallery from another page. The gallery has "Set(vRecordBQIT, ThisItem);Navigate(EditBQITScreen,Fade)" when clicking to take you to the EditBQITScreen.

 

Inside the EditBQITScreen, I have several text input boxes. these text fields are "vRecordBQIT.'Requester Name'" as an example. 

 

When viewing this page, everything works. If i do the tutorial from Reza, it doesnt work. Im guessing because Im not using forms. 

 

Can i get this sheet to load the "vRecordBQIT" values from the sharepoint list without using a form? The sheet looks 10X better without the form. 

 

 

Categories:
I have the same question (0)
  • timl Profile Picture
    37,283 Super User 2026 Season 2 on at

    @Feenix 


    Let's suppose that you follow the deep linking instructions from the Power Apps documentation.

    https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/how-to/deep-linking

     

    To make this work without a form, you would adapt "Enable deep link to a screen" > Step 3 to set vRecordBQIT in the OnStart property like so:

    If(Not(IsBlank(Param("YourParamId"))),
     Set(vRecordBQIT,
     LookUp(YourSharePointList, YourID=Param("YourParamId"))
     )
    );

     

  • Feenix Profile Picture
    33 on at

    Thanks for the reply.  Currently, this is what the OnStart looks like...

     

    Feenix_0-1687878549489.png

    It wasn't passing the ID from the sharepoint list, so I thought maybe I was doing something wrong. 

     

    maybe the "YourParamId" is what needs to change in my example to something other than ID?

  • Feenix Profile Picture
    33 on at

    I am providing more details as to everything that I have done so far. Hopefully someone smarter than I am will see what I have done wrong.

     

    In the Onstart, I have:

     

    Feenix_0-1688125701708.png

     

    In the StartScreen, I have:

     

    Feenix_1-1688125725528.png

     

    On the Sheets OnVisible, I have:

     

    Feenix_2-1688125759887.png

     

    And on the Text Input box, I have:

     

    Feenix_3-1688125801347.png

     

    I have changed everything several times and cant get it to work. Any help would be appreciated.

  • timl Profile Picture
    37,283 Super User 2026 Season 2 on at

    Hi @Feenix 

    Just to confirm, the web address URL that you've constructed passes the ID value in a paramater called BQITID?

  • CU12111858-0 Profile Picture
    3 on at
    Did anyone ever figure this out? I'm having the same issue.

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 379 Most Valuable Professional

#2
11manish Profile Picture

11manish 203 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard