I have a share point list with a barcode scanner, i have the scan button working and patching the date the item is scanned back to the list, but i can not get it to reset once this is completed.
my on scan is Patch(sharepointlist,LookUp(Sharepointlist, Barcode Valye = Barcodescanner1.Value), {Sighted: Now()})
i was trying to make a separate button to clear but that didn’t work either
thanks tried that, it clears the item scanned but doesnt reset my gallery back to everything.
Hi @sailormoon218 ,
Right after your patch function, you can use a reset function to reset the barcode.
Patch(sharepointlist,LookUp(Sharepointlist, Barcode Valye = Barcodescanner1.Value), {Sighted: Now()});
Reset(BarcodeScanner1);
This way, once the scanned data is patched, the barcode will get reset.
Hope you find this helpful! 🙂
Kind Regards,
Shaik Sha
________________________________________________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2