Hello! I'm lauching my first company app this week and I stumbled across a problem.
I configured my permission levels, in order that Users can't edit nor delete rows in a list. However, when I try to create a record in my app, I'm receiving an error from my Patch function, which tells me that "my DB Table is only for Reading or it doesn't have a primary key".
I found out that this error doesn't occur when I enable editing, on the users permission levels, but this would definitely not work, since this list will be used to gather KPIs, and having people enabled to edit it might compromise it...
To give you guys some context, this app is supposed to open a hiring request, which goes trough 3 level of approval (if all approves we open a new hiring process) and a final confirmation ("Hired"). So the rows are dynamic before each of them reach a "Approval Status" = "Hired"
Thanks in advance