Hi,
i was checking my app's patch system this morning and I found it was giving me this error: DispName: The specified column is generated by the server and cant be specified. and i dont know how to fix it anyway this is the code i have:
Patch(Visits, Defaults( Visits ), {
DSA_x002d_code: scannerRes,
Title: LookUp(database, 'DSA-code' = scannerRes).Name,
'Location: Name': location.Selected.Value,
'Date/Time': Now(),
Level: LookUp(database, 'DSA-code' = scannerRes, level),
'signIn/signOut': "Signed In"
});
and this is the SharePoint list I have been patching to:

so if anybody could help me thank you in advance.