
Hello Community,
I want to use the barcode scanner to navigate to a screen in which there is a text search box (TextSearchBox1) which I automatically want to fill out with the value that the barcodescanner scanned (BarcodeScanner1).
Something like
Navigate(Screen_Maschinen; ScreenTransition.None);;Set(TextSearchBox1:BarcodeScanner1)
The Set unfortunatly doesn't work...
Can anybody help? 🙂
Best regards
Marcel
Hi @Maciboi ,
On the OnScan of the scanner
UpdateContext({varScan:Self.Value})
The Default of the Text Box
varScan
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps