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 / Error - title required...
Power Apps
Answered

Error - title required - Sharepoint

(0) ShareShare
ReportReport
Posted on by 5

I need help. I'm trying to understand how the Patch command works with the barcode and a list on sharepoint. The goal is to scan a qrcode and have the scanned qrcode information and the current date and the person who scans it appear automatically in the list. This is the code:

 

Patch('Tracciamento DPI'; {Item: BarcodeScanner1.Value; Tecnico: User().FullName; Data: Now()})

 

 

This is the list Sharepoint:

 

Pigga90_0-1636314303145.png

 

The problem is that once the qrcode is scanned, the "title required" error appears. I tried on sharepoint to disable the view and make the title column not mandatory or optional, but the same error appears.

Can you help me?

Thanks

Categories:
  • WarrenBelz Profile Picture
    156,536 Most Valuable Professional on at

    Hi @Pigga90 ,

    I know you said this, but did not definitely uncheck "require that this column contains information" in the SharePoint List Settings? Also did you then refresh the data or (even better) save close and re-open the app?

    WarrenBelz_1-1636316681542.png

     

     

  • PTBBSolutions Profile Picture
    691 on at

    Hi @Pigga90,

     

    Can you please send a screenshot of your list's settings page? Maybe it will give us some answers.

  • Pigga90 Profile Picture
    5 on at

    Thanks for the reply and support. I made the changes on the columns in sharepoint and I updated the DB on powerapps.

    13.PNG

     

    Now he gives me an error on the formula that he did not give me before. Am I getting the grammar wrong =)?

    14.PNG

  • Verified answer
    WarrenBelz Profile Picture
    156,536 Most Valuable Professional on at

    Hi @Pigga90 ,

    You are missing a separator ; - see below

    Patch(
     'Tracciamento DPI'; 
     Defaults('Tracciaraento DPI');
     {
     Item:BarcodeScannerl.Value; 
     Tecnico:User().FullName; 
     Data: Now()
     }
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard