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 Apps
Unanswered

Scan to a form

(0) ShareShare
ReportReport
Posted on by 48

Hello!

I would like that when I scan a Barcode, the result would be placed inside the form in the sequence. R1, R2, R3, ...

SCAN.JPG

Thank you

Categories:
I have the same question (0)
  • rubin_boer Profile Picture
    4,843 Super User 2024 Season 1 on at

    hi @Larussa 

     

    On the barcode scanner to a variable, for e.g.

    OnSelect = ClearCollect(_BarCode,Split(BarcodeScanner1.Value,",")) assuming your barcode reads something like "R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14".

     

    Add a Gallery and set its Items = _BarCode and its Wrap Count to 2.

    Add a textbox to the gallery and set the Default = ThisItem.Result

     

    This is what you will get

    rubin_boer_1-1614719678859.png

     

    Hope this helps

     
     
     
     
  • Larussa Profile Picture
    48 on at

    @rubin_boer 

     

    Thank you for help me

     

    I need to create a Gallery or  can you say a Form above(picture)?

     

    ...Add a Gallery and set its Items = _BarCode and its Wrap Count to 2...

  • rubin_boer Profile Picture
    4,843 Super User 2024 Season 1 on at

    Hi @Larussa i used a gallery that way i don't need to create all the text boxes. you can create a form and set the each DataCardValue to the responding Value in the collection. The form may be more work but nothing stopping you to do it that way.

     

     

     
  • Larussa Profile Picture
    48 on at

    Hi @rubin_boer 

    I confess that I have a lot of difficulty with this. I apologize. I need to do it in a form so that I can save this scanned information.

    What is missing for the scanned information to be inserted in the form?I did like this.

    barc1.jpg

    But the screen goes blank

    barc2.jpg

  • rubin_boer Profile Picture
    4,843 Super User 2024 Season 1 on at

    hi @Larussa Ok.

     

    On the scan button add the following code

    //Lets get the data from the scanner, you will have Set(_Scanned,BarcodeSanner1.Value)
    Set(_Scanned,"R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14");
    //lets split the barcode string so we can assign it to the datacards
    ClearCollect(_ScannedArray,ForAll(Split(_Scanned,","),{Scanned: Result}))

     

    rubin_boer_0-1614840697674.png

    Above unlock the datacard above and set the default of the card as

    col1 default = First(_ScannedArray).Scanned

    Col2 = Last(FirstN(_ScannedArray,2)).Scanned

    Col3 = Last(FirstN(_ScannedArray,3)).Scanned

    Col4 = Last(FirstN(_ScannedArray,4)).Scanned

    Col5 = Last(FirstN(_ScannedArray,5)).Scanned

    Col6 = Last(_ScannedArray).Scanned

     

    On the Save button OnClick = SubmitForm(YourForm);
    NewForm(YourForm)

     

    In SharePoint

    rubin_boer_1-1614844612012.png

     

     

    That should do it for you

     

     
     
  • Larussa Profile Picture
    48 on at

    @rubin_boer 

    Hi

     

    look at this, please. Did I do correct?I believe I didn't. it didn't work

    scan10.jpg

    scan11.jpg

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 379 Most Valuable Professional

#2
11manish Profile Picture

11manish 203 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard