The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
I have a View of records with populated date fields. Is there a way to change all the times so that all the times are 5:00pm while keeping the same date? I only want to do this to a view of records in the table, not the entire table.June 4, 2023 12...
I’ve been trying to figure out a way to count records and increment the number in a field and found this great solution by @Kamille_Parks which does the trick. But I’ve run into a couple of issues which I’m hoping someone can help me with. In my ca...
I’m trying to come up with a document tracking system with (Integromat,Dropbox,Airtable) and I’m trying to automate creating new records in airtable when added to dropbox and then assign a value to a linked field based on the folder the file is saved...
Airtable
Group Voting / Ranking Tool - Airtable Universe
We needed a quick ranking tool to evaluate artists for a music festival. In previous years we sifted through emails or attempted to use spreadsheets....
...
Anyone have any experience with geocodeing? I’m working with Airtable and Integromat to try to create a few integrations with location data that I’m collecting in airtable.
I’m looking to be able to geocode or reverse geocode any record in a table. ...
So far it's Notepad ++ (copy range, paste in notepad++, search & replace, paste back to airtable ) for the win! Goggle sheets was problematic with changing the date text slightly.
Once again I found an answer to part of my question thanks to another post. The following solves the error part of my question. Is this the best way to handle this?
IF(
REGEX_MATCH({file path},“BFA”),
REGEX_EXTRACT({file path},“BFA”)
)
This seemed like a good place to ask my regex question, which has two parts. One error and second how to make more than one search string (if possible).
I’m attempting to extract a variety of strings from a file path and then use those strings to fi...