Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

All data collected in barcode reader to one datacardvalue box but with a comma after each value?

(0) ShareShare
ReportReport
Posted on by 17

Hi All,

Second time posting Hope someone can help!

 

I had the problem earlier with a Power App where it only populated one value in the data card. Which was solved in the following tread: Link here 

 

Now, How can I have a comma after every value scanned in that one Data card?

Current set up is shown in the bottom image:

AshanSilva_0-1717410884910.png

 

Kind regards,

Ash

 

  

Categories:
  • WarrenBelz Profile Picture
    148,546 Most Valuable Professional on at
    Re: All data collected in barcode reader to one datacardvalue box but with a comma after each value?

    Hi @AshanSilva ,

    I cannot see your data, but clearly the scanned codes are valid URLs and as you are storing them in Excel in a single cell (which Concat is the only way of doing), it treats them as it would any other data. Your real issue is Excel - if you put these in a Text field in SharePoint, it would be treated as normal Text.

  • AshanSilva Profile Picture
    17 on at
    Re: All data collected in barcode reader to one datacardvalue box but with a comma after each value?

    Hi Warren,

    As its concat that's causing my values to group to an View Entry Link, Is there a better war for my to populate my scanned values into the data card?

    AshanSilva_0-1717416164635.png

     

    Kind regards,

    Ash

     

  • WarrenBelz Profile Picture
    148,546 Most Valuable Professional on at
    Re: All data collected in barcode reader to one datacardvalue box but with a comma after each value?

    Hi @AshanSilva ,

    Maybe because they are a URL - unfortunately Excel (which is a terrible Data Source for Power Apps for many other reasons) automatically presents a valid URL in that format.

  • AshanSilva Profile Picture
    17 on at
    Re: All data collected in barcode reader to one datacardvalue box but with a comma after each value?

    Hi Warren,

     

    Thank you for the quick response, Your solution worked but would you know my my scanned values are showing as a link? is there a way to bypass that?

    AshanSilva_1-1717413674466.png

     

    AshanSilva_0-1717413642038.png

     

    Kind regards,

    Ash

  • AshanSilva Profile Picture
    17 on at
    Re: All data collected in barcode reader to one datacardvalue box but with a comma after each value?

    Hi Warren,

     

    Thank you for the quick response, Your solution worked but would you know my my scanned values are showing as a link? is there a way to bypass that?

    AshanSilva_1-1717413674466.png

     

    AshanSilva_0-1717413642038.png

     

    Kind regards,

    Ash

  • Verified answer
    WarrenBelz Profile Picture
    148,546 Most Valuable Professional on at
    Re: All data collected in barcode reader to one datacardvalue box but with a comma after each value?

    @AshanSilva ,m

    Just replace Char(10) with a comma

    Concat(
     BarcodeReader1.Barcodes, 
     Value, 
     ","
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1