
Announcements
Hi, please help to know how can I write de code of scan in the text box.
I need that when I send the code to be scanned it is written in the text box and then create a button that directs me to the data that is already registered.
hey @MazingerZ_68
put this in the Onscan property of the var code scanner:
Set(ScannedValue, BarcodeScanner1.Value)
And then, set the Default property of the TextInput1 to ScannedValue. This formula stores the scanned barcode value in a variable named ScannedValue and then sets that value as the default for the text input field
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings