# There was an error saving your record

How you can troubleshoot, if you create a record and receive the message: “Sorry, there was an error saving your record. Please try again.”

![Screen\_Shot\_2020-07-21\_at\_3.20.40\_pm.png](https://support.stackerhq.com/hc/article_attachments/11166431749395)

### Your users are getting saving your record error

If your users are getting the “Sorry, there was an error saving your record. Please try again.” Check the steps below:

* Do your users have permission to **create** a new record on the table?
* Do your users have permission to **create** new on specific fields in the table?
* If you are using a linked field to another table, your users will need **create** permission to be given on both tables.

In our properties app, we want our team to create new bookings.

For the team to create new records on the Bookings table, we need to enable create permissions on the table.

### ![Tests.png](https://support.stackerhq.com/hc/article_attachments/11166323462803)

All fields on the create form need to be enabled in permissions.

For example, here we have four fields; these fields will need to be enabled in the create permission to allow the team to add new records.

![Tests.png](https://support.stackerhq.com/hc/article_attachments/11166428549139)

For any linked fields, the corresponding linked table will need create permissions enabled.

Our properties app has a linked field to the Properties table from the Bookings table. The create permissions need to be enabled on the Properties table for the team to create new records.

![Tests.png](https://support.stackerhq.com/hc/article_attachments/11166700931347)

### Admins are getting the saving record error

If both admins and users are getting the “Sorry, there was an error saving your record. Please try again.”:

* You need to check the field you have set in your create form is editable in your Airtable base. If field permissions are set to specific users or nobody then you will not be able to create new records.

![CleanShot\_2022-11-11\_at\_15.28.48.png](https://support.stackerhq.com/hc/article_attachments/11166859268883)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stackerhq.com/stacker-classic/troubleshooting/there-was-an-error-saving-your-record.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
