The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I’m trying to create a script in Airtable linked to a button. The process is as follows:
Button within Airtable pressedIf the checkbox field ‘switch’ is false, then turn it to trueWait for 2 seconds, reset the field to false
This is the script I’ve w...
Ah yeah great idea, didn’t even think to do that. Works perfectly.
One other thing. I’ve created an If statement at the beginning to determine if certain cell values (record status and if a Jira reference URL is empty) match before executing the scri...
I have an automation that looks for certain cell conditions - basically creates a Jira ticket once relevant field conditions are met.
The conditions for the automation are:
Status is set to - DevCheckbox is true (button click)Jira ref field is empty ...