NOTE: Issue looks solved (02/28/2025)
Hi everyone,
I've been using the BarCodeReader control in my PowerApps application, and until now, I was retrieving the scanned barcode using the following formula:
First(BarCodeReader.Barcodes).Value
However, I today noticed that this no longer works and throws an error stating that 'BarCodeReader.Barcodes' returns a record instead of a table.
Has there been an official update to the BarCodeReader control that changed how it returns data? Where can I find documentation regarding this change?
Also, what is now the correct way to retrieve the barcode value now? BarCodeReader.Barcodes.Value does not work for me.
Any insights or official references would be greatly appreciated!
Thanks in advance.
Additional Note:
I'm working with PowerApps in Spanish, where ";" is used instead of "," to separate function parameters, and ";;" is used instead of ";" to end statements. I don’t think this should affect the issue (different parser/compiler version), but I mention it just in case. I had no choice but to code in Spanish for this project :(.