you can get the Form to add a new record, even if this user has no permission to add records.
And he can save records even without data, even if the columns are not accessible to him
How can you prevent access or prevent the record from not being saved?
Include a conditional in the row’s key column’s Initial value expression so it’s only given a value if the user is allowed to add rows. For example, IFS((“Admin” = USERROLE()), UNIQUEID())