Cross-Provider Workflow
Geocode and Store Location in Airtable
Version 1.0.0
Geocode an address with positionstack, then store the result in Airtable.
Providers Orchestrated
Workflows
geocode-store-airtable
Geocode an address and store the coordinates in Airtable.
Forward-geocodes an address with positionstack and creates a record in an Airtable base capturing the label, latitude, and longitude.
1
geocode-address
$sourceDescriptions.positionstackApi.forwardGeocode
Forward-geocode the supplied address into coordinates.
2
store-record
$sourceDescriptions.airtableApi.createRecords
Create an Airtable record with the geocoded location.
Source API Descriptions
openapi