Jun 23, 2021 07:32 AM
Hello!
I have a button which is posting Airtable data into a Data Pipeline via a script with a fetch request which returns a success or error via status codes on the fetch response.
This action only needs to happen once so I’d like a way to disable the button when I receive a successful response but I can’t figure out how to do this.
Interestingly I found another topic on here where a button is disabled but I can’t figure out how to replicate this for my use case.
Here is tat topic - Button disabled when lookup field has value
Does anyone know how I might be able to achieve this?
Thanks!
Jun 23, 2021 09:30 AM
Welcome to the Airtable community!
Buttons that open urls are disabled when the formula for the url produces a blank result.
It currently is not possible to disable a button that calls a script.
Jan 02, 2023 06:37 AM
Hi,
Any update on the above?