# Set field default values from the data grid

Set a dynamic field to be autofilled based on a user profile or a fixed record to autofill on your create forms for all editable field types.&#x20;

{% hint style="info" %}
You need to first have a [users table](/stacker-astra/user-access/add-users.md) connected or a profile link to the users table to use the users option.
{% endhint %}

{% embed url="<https://app.arcade.software/share/4f3xmrDPg5T0ofeUJRY6>" %}

Under your manage data tab go to the table you want to set up the dynamic or fixed auto-fill. Create a linked record or find an existing linked record that was created on the table.&#x20;

Open the field settings and select the drop down under Default value&#x20;

<figure><img src="/files/NFFY5r0pyV1WlERip4Lj" alt="" width="563"><figcaption></figcaption></figure>

Choose to use a fixed value or a value based on the user profile.&#x20;

<figure><img src="/files/zXpeaMei2mh5591TNw5D" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/dy5T6hONRFOrh1ghOZ9O" alt="" width="563"><figcaption></figcaption></figure>

### Troubleshooting tips:

The link needs to have a link on the table being used as the users table for the profile to show up as an option.&#x20;

The record chosen will automatically fill regardless of the field showing in the Create form. It will also not automatically populate in the Form for the user to see as of right now. We recommend hiding it to avoid confusion.&#x20;

If a user chooses an option in the create form it will override the default option setting.&#x20;


---

# 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-astra/data-management/edit-your-data-in-the-data-grid/set-field-default-values-from-the-data-grid.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.
