Back to marketplace
JavaScriptv3.1.0
Airtable Upsert
Insert or update a record by matching on any field you choose.
Custom nodes are not open yet
What this node can reach
This node declared 1 destination. Requests anywhere else are refused while it runs.
api.airtable.com
Never accessible
- The filesystem
- Environment variables and process internals
- Any host not listed above
- Other users' data or credentials
Takes in
- Base ID
- Table
- Match field
- Record
Gives back
- Record ID
- Created or updated
How custom nodes run
A custom node is code someone else wrote, running on our servers rather than yours. It executes in an isolated sandbox with its own memory limit and timeout, and it cannot call the network directly — outbound requests go through a host-provided client that only permits the destinations listed above.
If a node tries to reach anywhere it did not declare, the request is refused and the node is flagged for review automatically.