Data Fetcher Help Center
🚀 Try for free📮 Support
  • 👋Welcome
  • Create Requests
    • Create a request
    • Use table values in requests
    • Use variables in requests
    • Response field mapping
    • Schedule a request
    • Add a request trigger
    • Troubleshoot errors
    • Run request using webhook URL
    • List of Airtable integrations
  • Custom Requests
    • Create a custom request
    • Set request method
    • Set request parameters
    • Request authorization
    • Set request headers
    • Add request body
    • Connect to a preset OAuth API
    • Create a custom OAuth connection
  • Advanced settings
    • Write modes
    • Update based on field(s)
    • Pagination
    • Response data transformations
    • Response JMESPath
    • Add fixed value to output
    • No output mode
    • Rate limit
    • Max response records
    • Run request from button field
    • Denormalize response
    • XML array handling
    • Fixed IP Address
  • Organise Requests
    • Run history
    • Duplicate a request
    • Delete a request
    • Add request description
    • Import request from cURL command
    • Export requests as JSON file
    • Import requests from JSON file
  • Create Sequences
    • Create a sequence
    • Schedule a sequence
    • Run sequence from button field
    • Run sequence using webhook URL
  • Account
    • Upgrade workspace
    • Authorize Data Fetcher and Airtable
    • Add user to workspace
    • Roles and permissions
    • View monthly usage
    • Update name or email address
    • Update payment card
    • Update billing information
    • View invoices
    • Switch workspace
  • Get a Google Maps API key
Powered by GitBook
On this page
  • When to use no output mode:
  • How to enable no output mode
  1. Advanced settings

No output mode

No output mode prevents Data Fetcher from creating or updating records in your base when a request runs. This is useful when you're working with API endpoints that don't return data or when you want to ignore API responses entirely.

When to use no output mode:

  • API endpoints that do not return anything in their response.

  • POST or PATCH requests where you're sending data from Airtable rather than importing data with GET requests.

When no output mode is enabled, the output table / view selection, response field mapping, and data transformation options are hidden since they are not needed.

How to enable no output mode

  1. Navigate to the request screen in Data Fetcher.

  2. Scroll down to the bottom and click to open the Advanced settings.

  3. Under No Output Mode, enable Do not handle the response or update the base.

  4. You will see a warning modal, since this option is rarely used. Click Turn on "No Output Mode".

  5. Click Save to save the request.

Next time you run the request, the API request will be made, but no data will be written to Airtable.


Last updated 10 days ago