> For the complete documentation index, see [llms.txt](https://manual.blocworx.com/blocworx-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.blocworx.com/blocworx-documentation/bloc-editor/managing-a-field/field-parameters/load-data-from-another-bloc.md).

# Load Data from Another Bloc

The “Load Data from Another Bloc” feature in Blocworx allows a field to be automatically populated by dynamically matching a local field’s value with a record from another bloc, either within the same module or a different one.

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

| Field                                        | Description                                                                                                                               |
| -------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Enable External Bloc Data                    | Activates the lookup feature to allow pulling data from another bloc.                                                                     |
| Prevent Data from being saved                | Prevents this field from storing data in the current record — it acts purely as a reference.                                              |
| If Saving Data, Choose Data Display Priority | lets you control **which value should be displayed and saved** in the field when both **local data and** **external data** are available. |
| Default Data if no matching record found     | Enter a fallback value if no match is found. Use `IGNORE` if you don't want anything filled in.                                           |
| Type Module Name                             | Allows you to reference a bloc from another module. Leave blank to use the current module                                                 |
| Select Bloc                                  | Choose which bloc the data will come from.                                                                                                |
| Select Field                                 | Choose which field in that bloc you want to pull data **from**.                                                                           |
| Local Field to Check                         | The field in the current form whose value will be used to search for a match.                                                             |
| Field to Look Up                             | The field in the external bloc that must match the local field's value.                                                                   |


---

# 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://manual.blocworx.com/blocworx-documentation/bloc-editor/managing-a-field/field-parameters/load-data-from-another-bloc.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.
