No output mode
Using No output mode means no records will be created/ updated in your base when a request runs. This can be useful when:
You want to use an API endpoint that does not return anything in its response.
You want to ignore any API responses. E.g. because you are making POST/PATCH requests to send data from Airtable, rather than GET requests to import data.
When you turn on No output mode you will not need to set an output table/ view, response field mapping or data transformation, so they are hidden on the create request screen.
Enable no output mode
Under No Output Mode, select 'Do not handle the response or update the base'.
Click 'Confirm'.
Last updated