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 Link to a screen ...
Power Apps
Unanswered

Deep Link to a screen with a highlighted record from a gallery

(0) ShareShare
ReportReport
Posted on by 13

Hello everyone,

i am new to the Forum and working on a project just for me.

I am meeting a huge problem right now as iwant to send Deep Link with an item selected from a gallery as i open the Link the sended item from the gallery should be highlighted, if someone has done something similar like this i would be very happy to hear how they did it ^^.
(By the way my Deep Link is working and the only thing which i want to implement now is to set the sended item from the Gallery as selected when i open the Deep Link).

Categories:
I have the same question (0)
  • Akser Profile Picture
    1,546 Moderator on at

    Hi @Yancho,

     

    The Gallery has a 'Default' property for that purpose (I see that you get that information from the parameter already). Don't forget to reset your gallery. To make it obvious for the user which row is selected you can use IsSelected function to highlight the selected record (e.g. color, fill). 

  • Yancho Profile Picture
    13 on at

    Hmm and to highlight it with "IsSelected" should i set a variable on "OnStart" or what do you think ? 🙂

     

  • Akser Profile Picture
    1,546 Moderator on at

    Sure, you can set a variable OnStart such as:

     

    Set(MySelectedRecord, Lookup(MyDataSource, ID = Value(Param("MyParamID")))

     

     And set the Default of your gallery to MySelectedRecord. And finally highlight the selected record; for example the TemplateFill property can be something like:

     

    If(ThisItem.IsSelected, Gray, Transparent)

     

     

  • Yancho Profile Picture
    13 on at

    Strange but somehow i still dont get it. The idea is to send the deep link with the project number for example and once i open this link it should prove if the project number exists in my gallery and if it exists it should go on it and highlight it. I am really confused right now and kinda stuck.

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

    Hi @Yancho ,'

    A bit unusual but assuming you have one record per project number, send it as the deep linked parameter and then the Default of your Gallery would be

    LookUp(
     SPListName,
     ProjectNo = Param("ProjectNo")
    )

    You will have to change the field name if that is not correct and also send ProjectNo as the parameter.

    If the project exists, it should be selected in the gallery.

     

    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.

    Visit my blog Practical Power Apps

     

     

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 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard