Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T03:37:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T19:50:46.581Z (3 months ago)
- Topics: airtable, airtable-block, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 6
- 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
[![Build status](https://github.com/pjsier/airtable-block-link-by-fields/workflows/CI/badge.svg)](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.
![Screenshot of block in use](./assets/screenshot.png)
## 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`.