web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : 43uKUcAq/T8jVQoQivTP7Q
Power Apps - Building Power Apps
Unanswered

Onchange inputtext navigation do not work

Like (0) ShareShare
ReportReport
Posted on 11 Sep 2020 11:37:54 by

HI i have a input textfield with this code on onchange activity If(TextInput2.Text = "5"; Navigate([@SKIFT]; ScreenTransition.None); TextInput2.Text = "5"; Navigate(REP; Transition.None))  that will navigate to another screen. The navigation part do not work. I assume its a bug from ur end, when will this be fixed? Thanks in advance

I have the same question (0)
  • yashag2255 Profile Picture
    24,690 Super User 2024 Season 1 on 14 Sep 2020 at 15:03:34
    Re: Onchange inputtext navigation do not work

    Hi @Anonymous 

     

    Can you share details about the value that is returned from the scanner and what part do you want to extract out of it?

    If you can give an example of data, we can help you build the expression.

     

    Hope this Helps!

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

  • Community Power Platform Member Profile Picture
    on 14 Sep 2020 at 06:34:13
    Re: Onchange inputtext navigation do not work

    hm think we are Close, but i would need to split the value also. So i have a func First(Match(BarcodeScanner1.Value;"JOBB:(.+)LAGERSTED:";MatchOptions.Contains).SubMatches).Value that splits the value of qr scan and finds the value i need

  • yashag2255 Profile Picture
    24,690 Super User 2024 Season 1 on 11 Sep 2020 at 19:58:06
    Re: Onchange inputtext navigation do not work

    @Anonymous 

     

    I am able to replicate the issue that you mentioned. The reason OnChange is not getting triggered is OnChange gets triggered when you change the input manually and click outside the control.

     

    As a solution to your navigation issue, you can set this logical navigation on "OnScan" property of the barcode scanner. Since, this input is hidden, it will not change the configuation. 

    Scanner -> OnScan -> If(BarcodeScanner1.Value = "5"; Navigate([@SKIFT]; ScreenTransition.None); BarcodeScanner1.Value = "15"; Navigate(REP; Transition.None)) y

     

    Hope this Helps!

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

  • Community Power Platform Member Profile Picture
    on 11 Sep 2020 at 12:25:27
    Re: Onchange inputtext navigation do not work

    The textinput its getting its value from a qrscanner. So the textfield would be hidden. 
    But yes the navigation onchanged it very bugged. Because nothing happens 

  • rsaikrishna Profile Picture
    3,703 on 11 Sep 2020 at 12:23:12
    Re: Onchange inputtext navigation do not work

    @Anonymous 

     

    I do not see any bug.  

     

    Here is the code I used to do the navigation in a text box:

    Switch(tbInput.Text,"2",Navigate([@Screen2],ScreenTransition.Cover),"3",Navigate(Screen3,ScreenTransition.CoverRight))

     

    The user needs to click outside the textbox once he enters the value in the textbox.

     

    Regards

    Krishna Rachakonda

    If this reply helped you to solve the issue, please mark the post as Accepted SolutionMarking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473