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!