Airtable · Arazzo Workflow
Airtable Enrich Records
Version 1.0.0
Find records missing data and patch the empty fields.
View Spec
View on GitHub
ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
enrich-records
Locate a record with an empty field and patch it.
Lists records where the target field is blank, then patches the first matched record with the supplied enrichment fields.
1
findMissing
listRecords
Search the table for a record where the target field is empty, returning at most one match to enrich.
2
patchRecord
updateRecord
Patch the matched record with the enrichment fields, leaving all other fields intact. Typecast is enabled so string values are converted to the appropriate cell value types.