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