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 / Deeplinking in a power...
Power Apps
Answered

Deeplinking in a powerapps application using power automate flow

(0) ShareShare
ReportReport
Posted on by 13

Hello,

 

So, I have created an application and implemented its deep linking method. The deep linking is working properly taking the user inside the request with a back button in the application to view all requests. However, after the user clicks the back button and tries to view another request the deep linked request will open.

 

 

Is there is any way to prevent this? 

 

 

Thanks.

Categories:
I have the same question (0)
  • WiZey Profile Picture
    3,023 Moderator on at

    Hello @aesthetic123 ,

     

    What's the formula you used in the "OnSelect" of your back button?

     

    Also, what do you mean by "the deep linked request will open" after the user click on the back button? Is it reloading the browser's page, or opening a new tab?

  • aesthetic123 Profile Picture
    13 on at

    I meant like it is deeplinking the request selected and taking the user inside of the request. However, when the user clicks on the back button the URL still has the parameters of the old request. Therefore, when the user tries to open another request the data from the old request will show up. Because of the deep linked Email with the URL sent to the users

     

    The code in my back button as it follows:

     

    Set(
    varID,
    ""
    );
    Set(varattachment, false);
    Set(itemRecall, "");
    //Back()


    Navigate(Home,ScreenTransition.CoverRight)

     

     

     

     

     

  • Verified answer
    WiZey Profile Picture
    3,023 Moderator on at

    You mean "Param()" is taking priority over the selection of your gallery?

     

    In that case, you could add an "If()" statement to make the app choose between the selected item or the "Param()" of your deep link.

     

     

    OnVisible: If(
     IsBlank(Gallery.Selected),
     Set(varID, Param(...)),
     Set(varID, Gallery.Selected.ID)
    )

     

     

  • aesthetic123 Profile Picture
    13 on at

    This fixed the problem. Thank you. I missed including this code in the OnVisible page.

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

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard