# Grid - File Upload Column

GridMate's file upload feature enables users to upload files directly into a grid view, simplifying data management and boosting user efficiency.

### **Formula Field** Setup <a href="#dynamic-formula-field-setup" id="dynamic-formula-field-setup"></a>

<figure><img src="https://4046919449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MEsSbGy_U_OhthKUpxu%2Fuploads%2FS6UPizeDcJZ6vAZZh2VE%2FScreenshot%202025-07-08%20at%2016.23.44.png?alt=media&#x26;token=2b6a08be-32bc-4f30-996c-41e16b45b912" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Ensure you add the formula field column to your grid.

The result of the formula field should be an **Id.** This Id is used to link the uploaded file.
{% endhint %}

<figure><img src="https://4046919449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MEsSbGy_U_OhthKUpxu%2Fuploads%2FV54T4PTyIVyQaaSBEXXt%2FScreenshot%202025-07-08%20at%2016.37.31.png?alt=media&#x26;token=e2d26895-4440-4d1e-be67-cd61d7bd6c44" alt=""><figcaption></figcaption></figure>

Once you have created the **Formula Field** and added the column to your grid, you can begin uploading your files. The video below provides a step-by-step tutorial on using the **Grid - File Upload Column** 👇.

{% embed url="<https://youtu.be/OEw_es1TT2k>" %}


---

# 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.gridmate.io/advanced-guides/grid-file-upload-column.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.
