Hello Experts,
I am a beginner to PowerApps.
currently trying to create a Barcode Scanner App. the app is basically for collecting the data and arranging it based on the category.
I am facing the below issue. please help:
Q): I am trying to submit the PowerApps barcode’s gallery data to Sharepoint list. I am using ForAll, Patch and Concat functions for that:
When the data transferred to Sharepoint list, the barcodes column data are not separated properly. I don’t know how to use the concat function correctly. So far the barcodes column data are separated by “**”.
I wanted to change this and I want the barcode column data needs to make it as separate lines (line by line) in one row.
Example: the data i need on the below format using Concat function.
Serial Number | Barcode |
1 2 3 | 35663467 24567705 57889887 |
Kindly assist.
Thanks.