# Variable Assigner

Nút Variable Assigner hoạt động như một trung tâm để thu thập đầu ra của các nhánh trong quy trình làm việc, đảm bảo rằng bất kể nhánh nào được chọn, đầu ra có thể được tham chiếu bằng một biến duy nhất. Đầu ra sau đó có thể được thao tác bởi các nút ở dưới dòng.

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

Nút Variable Assigner hỗ trợ nhiều loại biến đầu ra bao gồm `String`,`Number`, `Object`, và `Array`. Dựa trên loại đầu ra đã chỉ định, bạn có thể thêm các biến đầu vào từ danh sách thả xuống của các biến vào nút. Danh sách các biến được phát sinh từ các đầu ra nhánh trước đó và tự động lọc dựa trên loại được chỉ định.

<figure><img src="/files/Y8Uxe9NYLfgJJFgOS9jQ" alt="" width="375"><figcaption></figcaption></figure>

Nút Variable Assigner cung cấp một biến `output` duy nhất của loại được chỉ định cho việc sử dụng ở dưới dòng.


---

# 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://developer.chatx.vn/ii-tinh-nang-co-ban/quy-trinh-lam-viec/nodes/variable-assigner.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.
