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
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)
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)
mmbr1606
22
Super User 2025 Season 1
stampcoin
17
ankit_singhal
11
Super User 2025 Season 1