Skip to main content

Notifications

Community site session details

Community site session details

Session Id : frKVEzyscfCB9tPUl6GnXr
Power Apps - Building Power Apps
Answered

Navigation with barcode scanner

Like (0) ShareShare
ReportReport
Posted on 26 Jul 2021 16:49:12 by 49

Hello

 

Please advice if it possible to navigate to another screen with barcode readings?

e.g. you scanned correct barcode with value "admin" and it navigates you to necessary screen

 

Best Regards

Alexey

Categories:
  • Verified answer
    Alexey_bot Profile Picture
    49 on 01 Aug 2021 at 14:04:10
    Re: Navigation with barcode scanner

    This one is working perfect

    If(BarcodeScanner2.Value="admin"; Navigate(DetailInfo_In))
  • RandyHayes Profile Picture
    76,287 Super User 2024 Season 1 on 28 Jul 2021 at 15:42:32
    Re: Navigation with barcode scanner

    @Alexey_bot 

    Sorry I should have mentioned that the toggle was meant to be not visible.  It was just a comparative control that would execute an action when a condition was met.

  • Alexey_bot Profile Picture
    49 on 27 Jul 2021 at 08:31:50
    Re: Navigation with barcode scanner

    I found solution with function If and barcode scanner reader. All works fine, thank you very much

  • Alexey_bot Profile Picture
    49 on 27 Jul 2021 at 08:06:11
    Re: Navigation with barcode scanner

    Hello, is there possibility to use button, not toggle? Clicking scan button and if value correct in navigate to necessary screen. Especially when you adding barcode scanner and button Scan appears automatically

  • RandyHayes Profile Picture
    76,287 Super User 2024 Season 1 on 26 Jul 2021 at 17:04:54
    Re: Navigation with barcode scanner

    @Alexey_bot 

    Yes, you can do this.  I find the best control to do something like this is the Toggle control.

    As an example, set the Default property of the toggle to :  yourBarCodeControl.Value = "admin"

    Then in the OnCheck action : Navigate(yourOtherScreen)

     

    That should get you close to where you want to be.

     

    I hope this is helpful for you.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,004 Most Valuable Professional

Leaderboard
Loading started