Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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