Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Unanswered

Barcode Reader und SharePoint List

(0) ShareShare
ReportReport
Posted on by

Hallo, 

 

Ich habe eine Sharepoint Liste mit Inventar, diese sind nummeriert.

Jetzt habe ich eine powerapp erstellt und möchte mir mit einem Barcodereader anzeigen lassen was hinter Nr. 1 steckt 

 

Auf dem Barcode habe ich bei onscan UpdateContext({var_scan_result: BarcodeReader2.value}) 

Gesetzt 

 

Jetzt habe ich eine Galerie erzeugt und dort bei Text

LookUp('Inventar Modern Work AG'; Nr = Value(var_scan_result); Halter)

 

Geschrieben. Er soll also den QR Code scannen wo bspw. Eine 1 hinterlegt ist und mir aus der Liste wo die 1 ist das tabellenfeld mit Halter anzeigen, es passiert aber nichts 

Categories:
  • Dennis04 Profile Picture
    3 on at
    Re: Barcode Reader und SharePoint List

    Hallo @dpoggemann , 

    leider klappt es nicht, ich verstehe das nicht, dass sollte doch wirklich einfach sein. 
    Wenn ich Set(Scanvalue;BarcodeReader3.value) schreibe bekomme ich eine Fehlermeldung, dass das .value ein nicht kompatibler typ ist. 
    Ich muss meine Befehle auch mit ; schreiben anstatt mit , sonst bekomme ich auch fehler. 
    In eine Gallerie habe ich 
    Filter('Inventar Modern Work AG'; Nr = scanvalue) geschrieben, geht auch nicht, wenn ich "Nr = Scanvalue" durch eine 1 ersetze, zeigt er mir was an. 
    Ich verstehe nicht was falsch ist. 









    Set(Scanvalue;BarcodeReader3)

  • Drew Poggemann Profile Picture
    9,278 Most Valuable Professional on at
    Re: Barcode Reader und SharePoint List

    Hi @Dennis90 ,

    You may want to post this in the general Power Apps forum "Building PowerApps" since this is not related to Dataverse.  

     

    Based on what you have identified in the details, If you have a gallery of items from the SharePoint list and you want to filter based on the inventory ID that is scanned.

     

    Something like the following:

    OnScan Property of the BarCode Reader

    Set V1=BarcodeScanner.Value

    Items property of the gallery

    Filter(ListName,InventoryId=V1)

     

     

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 Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 17

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics