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
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 .
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
WarrenBelz
146,786
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,093
Most Valuable Professional