I would check the following:
- Check the Create privilege
Make sure the user’s security role has the Create privilege for that table. - Check the access level
Make sure the Create privilege has an appropriate access level. Usually, the user needs at least User access to create records they own. - Check required columns
The record may not be getting created because a required column has been left blank. - Check field-level security
If a required column is secured, make sure the user has permission to enter a value in that column. - Check business rules or custom logic
A business rule, Power Automate flow, plug-in, or other custom logic may be preventing the record from being created.


