Hi All!
First time posting here, Hope someone can help.
My bar code reader is only populating 1 value in the Data Card Value in my edit form. Is there a way to populate all data in?
Current set up
My power app is filling data into a SharePoint list.
In SharePoint my column setting type is multiple lines
In Power App my Barcode Reader settings are Scan, Auto, Scan Multiple, Automatic
Data Card Value fx is First(BarcodeReader1.Barcodes).Value
Please see the attached pictures
Also it would be great if someone could tell me how to have the barcode reader to stay in one place in a form. When I'm Scrolling it also moves...
Any help is appreciated!
Kind regards,
Ash
Thank you!
This helps but anywhere to separate the Scanned values with a comma?
Hi @AshanSilva ,
Please try below formula in Default property of the Scans DataCardValue control:
Concat(BarcodeReader1.Barcodes, Value, Char(10))
Char(10) indicates the New line symbol here, which can be used in multiple lines of Text column to change lines.
Best regards,
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional