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 / How to send link to ID?
Power Apps
Unanswered

How to send link to ID?

(0) ShareShare
ReportReport
Posted on by 12

Hi all.

I am working on a PowerApp where the data is stored in SharePoint list. I have a Flow that sends a link to the created or edited item, but it sends a link to the SP list.

I need to find a way to make it to send a link for the record in PowerApp so that the users can edit it in PowerApp.

I saw 10 videos about using Param but it all look very complicated and non of them are for my case.

Thanks in advance!

Categories:
I have the same question (0)
  • TheRobRush Profile Picture
    11,128 Moderator on at

    Param is how you do it, only way to pass powerapps info to autoload when it opens.

     

    at end of the link you simply place, for example   &qrID=12

     

    then in the onstart

    If(IsBlank(Param("qrID")), Set(appqrID,1), Set(appqrID, Value(Param("qrID")))); 

     

    this example sets a default ID of 1 for the regular opening of powerapps, and sets ID Value to the qrID if one IS provided

  • TheRobRush Profile Picture
    11,128 Moderator on at

    So more or less youd use that same if statement and also throw one in the start screen maybe that can make sure the qrID being not blank will bring them straight to the svcreen where the record will be displayed

  • dj_brum Profile Picture
    12 on at

    Thank you Rob! I was able to pass the Param.

    dj_brum_0-1677141240132.png

     

    But I didn’t understand how to navigate the user to my edit screen.

    dj_brum_1-1677141240149.png

     

    Sorry but my knowledge in PowerApp is for very basic solution 😞

  • TheRobRush Profile Picture
    11,128 Moderator on at

    Click app, as you have in your example photo, then click the drop down and select start screen and there write,

    If(!IsBlank(Param("qrID")), EditScreen)

     

    it will look like this (except your will not have a red error line, its in mine because my test app doesnt have an EditScreen page)

    TheRobRush_0-1677163969033.png

     

  • dj_brum Profile Picture
    12 on at

    Hi Rob, I really appreciate your help. We have progress. It's opening the edit screen, but the record is not the one from the Param. Right now Items for the form is Gallery.selected . Maybe I need to change to something else?

    dj_brum_0-1677178224481.png

     

     

  • TheRobRush Profile Picture
    11,128 Moderator on at

     Something like 

    If(!IsBlank(Param("qrID")), Gallery.Selected, 
    /* then right here put a lookup to the same source data gallery pulls from but for your qrID */
    LookUp(Datasource, ID=Param("qrID)))

     

    On my cellphone not in office right now but that should be close

  • dj_brum Profile Picture
    12 on at

    Hi Rob, maybe I didn't to it the right way but it's not working. If I place a Param it's not opening the correct record.

    dj_brum_0-1677185932114.png

    dj_brum_1-1677185979712.png

     

    If I play the app the normal way without Param, when I select a record it's not loading anything.

    dj_brum_2-1677186191939.png

     

     

  • dj_brum Profile Picture
    12 on at

    Thanks for the help Rob. I followed this video https://www.youtube.com/watch?v=1jxMRnVLnno&list=PLCm6QiHZhto7BAjX9MTCbzZWfLxT6A00-&index=5&ab_channel=RamprakashDuraisamy and think it's working now

  • TheRobRush Profile Picture
    11,128 Moderator on at

    good deal, sorry got busy over here.

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard