web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Business Card QR Code
Power Apps
Unanswered

Business Card QR Code

(0) ShareShare
ReportReport
Posted on by
I would like to use BarcodeReader to read business cards that have only a QR code.
The resulting text value is then:
BEGINNING:VCARD
VERSION:2.1
FN: XX
N: XX
TEL;WORK;VOICE:XXX
EMAIL;WORK;INTERNET:XXX
ADR;WORK:;;XXX
ORG:XXX
END:VCARD
However, this is in a field. I would like to divide this to have the individual values then in a SharePoint list.
How can I divide this one text value into individual ones?
Thanks already!
Categories:
I have the same question (0)
  • plarrue Profile Picture
    Microsoft Employee on at

    Hi @Mxries ,

    BarcodeReader to read business cards that have only a QR code is not supported

  • JayMagness Profile Picture
    1,663 on at

    HI,

     

    This is a real issue unless you have control of the QR Code format...

     

    I normally us the  "|" (normally below the backspace on English keyboard)  It is call a PIPE. 

     

    Here is sample code:

     

    Substitute((Last(FirstN(ForAll(Split(TextInput1.Text,"|"), {Result: ThisRecord.Value}),2)).Result)," ","")

    This takes the data in the barcode, sets to the first location in the string, then hunt for the second "|" and stores everything until the preceding one is stored. also, it removes the spaces in the barcodes also.

    you can try replacing the "|" with the ";" or ":" and it may work but there is preceding stop so may pull all until the next delimiter before.

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard