Hi @Anonymous ,
On the OnScan of the Barcode scanner control
UpdateContext({vScanCode:BarcodeScanner1.Value};
Reset(YourSerialNoControlName)
On the Default of the Serial Number control
If(
!IsBlank(vScanCode),
vScanCode,
Parent.Default
)
Add to your save code (at the end) and any exit screen or cancel code
UpdateContext({vScanCode:Blank()})
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.