I’ve got a script that chunks through API requests out to a 3rd party, and instead of outputting a ton of status text, I thought it would be a great UX if they could see the progress of those requests and be able to stop them early, all in the same button.
Is this possible to update an input button’s label after it has been sent to the UI?
If that isn’t possible, is it possible to update an output string similarly?
I’ve tried a few things that might have worked normally outside of airtable, but haven’t had much luck as most of these communication objects don’t return themselves to be overridden later.
Would be happy to hear any weird ways this can be accomplished as well (another table in the base that contains the value, etc).
It doesn’t have to be elegant, just has to be update-able haha


