Cross-Provider Workflow
Google Sheets Row to Airtable Record
Version 1.0.0
Read values from a Google Sheet, then create an Airtable record.
Providers Orchestrated
Workflows
sheet-row-to-record
Read a Google Sheet range, then create an Airtable record from it.
Reads values from a Google Sheet range and creates an Airtable record using the retrieved cell values.
1
read-values
$sourceDescriptions.googleSheetsApi.getValues
Read a range of values from the Google Sheet.
2
create-record
$sourceDescriptions.airtableApi.createRecords
Create an Airtable record from the sheet values.
Source API Descriptions
openapi