> 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.                                                                   |
