The Run without writing to Airtable option lets you run an API request without creating or updating any records in your Airtable base. When enabled, Data Fetcher will send the API request normally, but the response will not be written to your destination table.Documentation Index
Fetch the complete documentation index at: https://help.datafetcher.com/llms.txt
Use this file to discover all available pages before exploring further.
When to use this
This setting is useful when the API request performs an action rather than returning data. Common examples include:- POST requests that send data from Airtable to another system
- PATCH or PUT requests that update records in an external API
- API endpoints that return no meaningful response data
How to enable it
- Open your request in Data Fetcher.
- Open Advanced settings.
- Scroll down and enable Run without writing to Airtable.
- Confirm the warning dialog.