Skip to main content

Conditionally disable buttons based on other field values

  • June 23, 2021
  • 2 replies
  • 110 views

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!

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • June 23, 2021

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.


Forum|alt.badge.img+1
  • New Participant
  • 1 reply
  • January 2, 2023

Hi,

Any update on the above?