Announcements
Hi,
I'd like to read standerd CODE 39 (not using full ASCII) with characters like $+%/.
The combination of characters that displays Full ASCII cannot be read alone.
is there any way to read ?
Hi @acero26 ,
Have you tried the Barcode reader control? I didn't find a place in the official documentation that says the original Code 39 is not supported.
Barcode reader control in Power Apps - Power Apps | Microsoft Learn
Best regards,
Hi @v-jefferni ,
Thank you for your reply. Yes, I have.
See example,
I woud like to read this barcode "%V". However Power Apps Barcode reader read it as "@".
This is caused ascii, I believe.
%V is the character encoding for the @ symbol in Code 39 full ASCII. This barcode is being read correctly.
I understand the barcode can be read correctly when its value is changed to1234/D.
Can I set full ASCII mode off ? I cannot read a barcode below.
I think the best you could do is import the table from the wikipedia page on Code39 full ascii and do a lookup against any special characters.Imagine you have that table in a format like{"Character": "@", Encoding: "%V",....}..and you call it EncodingTable and the barcode value is in Label2Then you convert the values like thisConcat(AddColumns(AddColumns(Sequence(Len(Label2.Text)),"Letter",Right(Left(Label2.Text,Value),1)),"Encoding", Coalesce(Lookup(EncodingTable, Character = Letter).Encoding,Letter),Encoding)
@WillPage I appliciate your reply.
Your solution works if I can read a barcode.
However my problem is that I keep scanning it but nothing happened.
It happened only when I tried to scan a barcode that was including $+%/ alone like 1234$ code above.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 392 Most Valuable Professional
11manish 181 Super User 2026 Season 2
MS.Ragavendar 112 Super User 2026 Season 2