Hi @KittyBreath ,
Do you want to clear up the BarcodeScanner1 value when you click the "Clear" button?
Based on the needs that you mentioned, I think the Reset function could achieve your needs. I have made a test on my side, please consider take a try with the following workaround:
Set the OnSelect property of the "Clear" button:
Reset(BarcodeScanner1)
Or
Set the OnSelect property of the "Clear" button to following:
Set(IsReset, false);Set(IsReset, true);
Set the Reset property of the Barcode Scanner control to following:
IsReset
Please consider take a try with above solution, check if the issue is solved.
Best regards,