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.
How to enable no output mode
- Navigate to the request screen in Data Fetcher.
- Scroll down to the bottom and click to open the Advanced settings.
- Under No Output Mode, enable Do not handle the response or update the base.
- You will see a warning modal, since this option is rarely used. Click Turn on “No Output Mode”.
- Click Save to save the request.