We've been using the previous Barcode Scanner to add items to our form and when we submit the form it would save and reset the barcode scanner value. Since the introduction of the new Barcode Reader I can't work out a way to do this so any help would be appreciated.
Under the old integration there is no code added to the Barcode Scanner button, I just amended the field in the form to be If(IsEmpty(DataCardValue56), btn_SP_ScanIMEI.Value, Parent.Default) and the confirm button was SubmitForm('frm.SPEdit'); Back(); Reset(btn_SP_ScanIMEI)
Now I have to use First(btn_SP_ScanIMEI.Barcodes).Value in place of the btn_SP_ScanIMEI.Value in the first part but when it comes to saving the form the Reset doesn't work and I can't think of what code to use for it.