Hey guys, I made some customizations for the new Airtable forum and figured I'd share them in case anyone else found them useful!You can turn off whatever features you don't want, and I've left comments in the code to help with figuring out what you ...
I put together a bunch of hotkeys to make my own life easier, and figured I might as well clean it up and post it in case any one else found them useful!
This all works via a Tampermonkey script, and installation instructions can be found below
Demo...
Hello!
Default formula fields too small? Hate using your mouse?
Good news! Here’s a Tampermonkey script that
Makes the formula input field larger by default (Customizable)Allows you to set a hotkeys to:
Save the field (e.g. Hitting Left Control + R...
Ranks your data in descending order based on a field you select, and updates a field you select with the ranking number.
Here’s a link to an example base which you can copy and try for yourself: https://airtable.com/shr1Ymp6Z39jsN1Pq
//This script wi...
Hm, could you tell us more about what you're trying to accomplish, perhaps with some screenshots? Are you trying to access this data via the API? If not, may I know what issues you faced using conditional rollups / lookups?
Hmm, I think it's possible to have everything in one form but also have the customer data and ticket data as different tablesWhat do you think of creating those two tables and linking them together, and then creating an automation that triggers when ...
You would need a Pro or Enterprise plan for that. Alternatively, you could make use of the "Send Gmail" or "Send Outlook" email actions if you'd like; those can be used on the Free and Plus plans
Could you provide a screenshot of your table and the relevant fields please? It's difficult to help with this as the table structure is unknownI've also put something together here for you to check out, and the formula used is `{Product link} & ID`
In addition to Greg's answer, automations don't work on conditions that already exist when the automation is turned on.i.e. if your condition is "checkbox marked", and you have 5 records in your table with the checkbox marked before your automation t...