The ability to fire a HTTP Request (GET/POST) via a Button field.
True, a Run Script can be triggered from a button, but there are limits on the number of app per Base.
Nice idea! In the meantime, these won’t solve your actual request, but these are some “somewhat similar” ways of doing this:
You could setup an HTTP request using Make.com’s HTTP module, and trigger the scenario via a Make.com webhook. Then, create a button field in Airtable that opens the URL of the webhook. One downside of this approach is that it will open up the response in a new browser tab.
The DataFetcher app will fire an HTTP request upon pressing a button — but that button exists within the app in the Apps side panel (not from a button field).
The DataFetcher app will fire an HTTP request upon pressing a button — but that button exists within the app in the Apps side panel (not from a button field).
Data Fetcher actually lets you run a request from an Airtable button field. You can use data from the record with the button field you clicked in the request URL, body etc.