# Insert Data

## Chọn nơi lưu dữ liệu[​](https://docs.omnilog.in/blocks/insert-data.html#chon-noi-luu-du-lieu) <a href="#chon-noi-luu-du-lieu" id="chon-noi-luu-du-lieu"></a>

* **Bảng | Danh sách bảng**: Chọn cột muốn lưu giá trị vào khi bạn chọn bảng để lưu trữ dữ liệu.
* **Biến | Danh sách biến**: Ghi tên biến bạn muốn chèn dữ liệu vào.

## Giá trị chèn[​](https://docs.omnilog.in/blocks/insert-data.html#gia-tri-chen) <a href="#gia-tri-chen" id="gia-tri-chen"></a>

* Giá trị bạn muốn chèn có thể là giá trị của một bảng, biến, profileId, profileName, globalData...

## Nhập tệp tin[​](https://docs.omnilog.in/blocks/insert-data.html#nhap-tep-tin) <a href="#nhap-tep-tin" id="nhap-tep-tin"></a>

Chèn nội dung file vào một biến hoặc cột của bảng. Sau khi dán đường dẫn file đó vào, bạn có thể chọn `Preview data` để xem file đó. Ngoài ra bạn có thể chọn thêm định dạng `Read as base64` để chuyển văn bản sang dạng mã hoá kí tự

Bên trong trường văn bản giá trị , bạn có thể nhập đường dẫn tuyệt đối của tệp hoặc URL của tệp . Ví dụ:

* Dường dẫn tuyệt đối
  * Windows: `C:\Users\Public\Documents\testing.docx`
  * MacOS: `/Users/Josh/Desktop/docs.pdf`
* URL
  * `https://example.com/files/document.pdf`
  * `https://example.com/words.txt`

## Chèn nhiều hàng trong bảng[​](https://docs.omnilog.in/blocks/insert-data.html#chen-nhieu-hang-trong-bang) <a href="#chen-nhieu-hang-trong-bang" id="chen-nhieu-hang-trong-bang"></a>

Để chèn nhiều hàng trong một cột , hãy phân tách từng giá trị bằng một thanh dọc kép (`||`).&#x20;

Ví dụ&#x20;

```
value 1 || value 2
```

<figure><img src="/files/JLDCn81BVnwtwrCrFlvM" alt=""><figcaption></figcaption></figure>


---

# 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://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/data/insert-data.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.
