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 wish Airtable Regular expressions followed some common flavours so we could test it with regex101.comI can make it work in these builders, but then when it comes back to Airtble #ERRROR. It's a huge potential but otherwise Airtable makes it hard to...
I’m trying to extract variable but similar strings of text. They all start with “PARVOVIRUS” and end with “=”.
When I build this on regex101.com it works fine. I can extract it multiple times from a long list:
Expression:
(?>PARVOVIRUS).*?(?=1)
Howev...
Hi Everyone.
I 'm having trouble with an Automation (Scheduled Time, Find Records, Create Records) that will find all the records in a group (e.g. Group is “Week 36”), copy those records and create them into the next week’s Group. This in theory is s...
Hi there,
I have have a roll-up field that gives a load of values as CSV. Great. Turns out they are naturally in chronological order - Great again.
They are all variable values with sometimes variable decimal points too.
So I want to extract the last...
Google vision API can handle PDF, https://cloud.google.com/vision/docs/supported-files
But Airtable Block for Google Vision from some reason cannot?
C’mon Airtable. Stop giving us watered down access.
The linked records are auto numbers field. I assume that’s numbers, no?
Dr Steve Joslyn BSc BVMS DipECVDI MRCVS MANZCVS
Chief Executive Officer
RCVS, European & Australian Recognised Specialist – Radiology, AI Comittee Co-Chair (ACVR/ECVDI)
address 3...
Hi @kuovonne ,
There is still a bug with the Batch Update. I have it sorting the linked records in ascending order (smallest to biggest) but this is an example of it after Batch Update: 10082, 22354, 22355, 8534, 9295, 9296
Expected: 8534, 9295, 9296...
There is actually a simple work around that was suggested elsewhere.
Move your unsearchable field to any field but the first locked field.
Make the first locked field a formula that includes the field you want to search and any other fields.
Then whe...