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:

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