Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Qr Code scanner In power apps

Like (0) ShareShare
ReportReport
Posted on 15 Jun 2023 14:45:38 by 9

I am facing a problem when trying to implement a qr code scanner in power apps to update 3 columns of a SharePoint list(data source) 
The status will be the text contained in the qr code scanned , the responsible will be the user logged in and the time will be the current time of scan
can someone please give me the necessary to do please 

Categories:
  • Dhia005 Profile Picture
    9 on 15 Jun 2023 at 15:14:13
    Re: Qr Code scanner In power apps

    for this two values it's done the problem is the status column , I couldn't configure the barcodescanner so it can update the column with the text in the scanned qrcode .

    can you please support me with this .
    For this exemple , I need to set the barcode reader to update the status , and it's not working .
    I tried to declare a general variable containing the value scanned but in vain .

  • Ethan_009 Profile Picture
    4,838 Super User 2025 Season 1 on 15 Jun 2023 at 14:54:40
    Re: Qr Code scanner In power apps

    Hi @Dhia005 ,

     

    If your Responsible Person is a Lookup datatype then you can use Lookup() to get details of entire record.

    If its just text then you can directly apply:

    User().FullName

     

    For setting current date * Time here's the code:

    //For Simple Date Only
    Today()
    
    //For Date & Time
    Now()

     

    You can format date time as you want using DateValue function.

    Hope this helps

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,786 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,093 Most Valuable Professional

Leaderboard
Loading started