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 / Navigate to same scree...
Power Apps
Answered

Navigate to same screen (but different list) using a parameter

(0) ShareShare
ReportReport
Posted on by 141

How to set a parameter for navigating to the same screen, but a different list?

At detail screen, I want to adopt swipe gesture function and by swiping, I want to get a user to move to a previous and newer list in the same detail screen. I realized that I can get identification for the list by using "varID", but I can't know how to set this parameter to Navigate function. Thank you for your assist! 

Categories:
I have the same question (0)
  • KrishnaV Profile Picture
    5,023 on at

    Hi @Kenjoy84 ,

     

    try this:

    Navigate(Home,ScreenTransition.None,{varID=123})

     
    I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.

    Regards,
    Krishna
    If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.

  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Kenjoy84 ,

    Do you want to pass the parameter within the Navigate function?

     

    I find that you have posted similar needs in our community already, please check the following thread:

    https://powerusers.microsoft.com/t5/Building-Power-Apps/Swipe-gesture/td-p/638811

     

    I think the blog that you mentioned is perfect for your scenario. Please consider modify your formula as below:

    Navigate(
     DetailScreen, // speicfy the detail screen name here
     ScreenTransition.Cover,
     {ItemID: varID} // specify parameters here
    )

    Navigate syntax

     

    Then within your Detail screen, you could find the specific record from your SP list based on the passed the ItemID context variable. Please set the Item property of the Display form to following:

    LookUp('Your SP List', ID = ItemID)

     

    Please try above solution, check if the issue is solved.

     

    Best regards,

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

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard