I have a scanning app that uses a 'scanvalue' as the variable to receive the barcode scan.
OnScan set to Set(scanValue,BarcodeScanner2_1.Value)
Label (hidden) has Text value of 'scanValue'.
TextInput control has Default set to '(lbl_ScanValue.Text)'.
I have a ResetVar set for all fields with a OnSelect of UpdateContext({ResetVar: true}); UpdateContext({ResetVar: false}).
All fields have Reset set to ResetVar.
Working on getting the scanValue to reset when I press the Reset icon.