> For the complete documentation index, see [llms.txt](https://docs.stackerhq.com/stacker-astra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackerhq.com/stacker-astra/data-management/edit-your-data-in-the-data-grid/set-field-default-values-from-the-data-grid.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
