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 create next and...
Power Apps
Unanswered

how to create next and prev navigation button with textbox/label

(0) ShareShare
ReportReport
Posted on by 943

Hi all..

 

I'm still learning with powerapps here, i hope thic community can help me out.
I need to build next and prev navigation control with it data source came from a dropdown control.

Here is my current state:
I have a drop down menu that user can select its value from the first screen

DD_SelectLocation.ItemDD_SelectLocation.Item
After user selected the location, they navigated to next screen which have a navigation control looks like this:
This is the next/prev navigation control that i need to achieveThis is the next/prev navigation control that i need to achieve
I need to make this next/prev navigation control works. 
I also already post the similiar case in here, but i have no luck. So i hope this new post will have more better explaination than before.

 

Please help me.

 

Thanks,

BR.

 

PytByt

Categories:
I have the same question (0)
  • v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @PytByt ,

    Do you want to make selection in a drop down, navigete to the related secreen, in that screen a lable displays the related value and two navigate button?

    Firstly, I suggest you set the label's Text to the value directly, not drop down.selected.value because there are two ways to navigate screen (choose selection in drop down and  navigate button). If you navigate screen by clicking navigate button, drop down.selected.value will not change.

    I've made a similar test for your reference:

    1)add 4 screens named Screen1,Screen2,Screen3,Screen4

    2)in screen1

    set the drop down's Items:

    tablename.fieldname //replace with your tablename and fieldname

    set te drop down's OnChange:

    If(Dropdown1.Selected.Value="or1",Navigate(Screen1,None),
    Dropdown1.Selected.Value="or2",Navigate(Screen2,None),
    Dropdown1.Selected.Value="or3",Navigate(Screen3,None),
    Dropdown1.Selected.Value="or4",Navigate(Screen4,None))

    set the label's Text:

    "or1" //on your side, you could set to "OR1-1-1"

    set the navigate's OnSelect:

    Navigate(Screen2,None)10211.PNG

     

    3)in screen2

    set the label's Text:

    "or2" //on your side, you could set to "OR1-1-2"

    set the navigate1's OnSelect:

    Navigate(Screen1,None)

    set the navigate2's OnSelect:

    Navigate(Screen3,None)

     

    10212.PNG

    3)in screen3

    set the label's Text:

    "or3" //on your side, you could set to "OR1-1-3"

    set the navigate1's OnSelect:

    Navigate(Screen2,None)

    set the navigate2's OnSelect:

    Navigate(Screen4,None)

    10213.PNG

     

    3)in screen4

    set the label's Text:

    "or4" //on your side, you could set to "OR1-1-4"

    set the navigate's OnSelect:

    Navigate(Screen3,None)

    10214.PNG

     

     

     

    Best regards,

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @PytByt how are you progressing with this? Was the above reply helpful? 

     

    @Anonymous 

  • PytByt Profile Picture
    943 on at

    Hi @Anonymous 

    Thanks for asking.

    But the reply above is not the answer i'm looking for.
    I just need simple navigation between item inside the control input, and not navigation between screen.

     

    I think power app cannot achieve this?

     

    Anyhow, my problem is still exist.

    I dont know what to do.

     

    Close this post if you must.

     

    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 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