https://github.com/pjsier/airtable-block-link-by-fields
Airtable block for updating linked record fields by matching values
https://github.com/pjsier/airtable-block-link-by-fields
airtable airtable-block hacktoberfest
Last synced: about 1 year ago
JSON representation
Airtable block for updating linked record fields by matching values
- Host: GitHub
- URL: https://github.com/pjsier/airtable-block-link-by-fields
- Owner: pjsier
- License: mit
- Created: 2020-06-26T19:21:56.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T03:37:15.000Z (over 3 years ago)
- Last Synced: 2025-02-26T12:22:43.701Z (over 1 year ago)
- Topics: airtable, airtable-block, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Link Records by Fields Airtable Block
[](https://github.com/pjsier/airtable-block-link-by-fields/actions?query=workflow%3ACI)
Airtable block for linking records by matching fields. [Install in the Airtable marketplace](https://airtable.com/marketplace/blkQ7qqVJ3LgsfF0L/link-records-by-fields).
Select a table to update, linked records to fill in, and what fields should match to link records in bulk. You can also configure the options for matching including whether it should be case-sensitive and if existing linked record fields should be overwritten.

## How to remix this block
1. Create a new base (or you can use an existing base).
2. Create a new block in your base (see [Create a new block](https://airtable.com/developers/blocks/guides/hello-world-tutorial#create-a-new-block),
selecting "Remix from Github" as your template.
3. From the root of your new block, run `block run`.