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.
Hi there, I've done a bunch of research here and on Youtube and I've not been able to replicate what I see here. I have Project and Tasks tables. I've created a template in the Projects table that adds a few tasks And it works - I get the tasks creat...
Hi everyone,
I did some searching and did not find an answer.
I am searching a text field to see if it contains one of a set of words
eg. Search for
design, designer, product designer, experience designer, UX
if found - set result to “Design”
I have ...
Hi there,
I’m doing an IFTTT to Airtable integration, which creates recurring tasks. The only challenge I’m facing is adding the current date.
IFTTT passes a date as “August 08, 2020 at 09:31PM” which Airtable can’t use.
So I’m looking for other solu...
Hi everyone.
I’m trying to extract a string that occurs between the same left string, but the right string has 2 possibilities
The bolded string is what I’d like to extract
VAR. 1 - between > and >
Industry > Banking & Finance > Trading (1.0)
VAR. ...
So needed - tired of creating views, and then have views that go out of date. This would help create a smaller set of views and make them more manageable. This is what Airtable set out to solve using Sections, but this is a better way of limiting the...
Thanks for the hint. But how do I populate the record with the values of the 'current record'? In the automation of Create record, I don't see how to do that. Your help would be appreciated!
I feel like the legacy Pro users are getting the short end of the stick. I'd like to see a free additional user (Editor/Creator) and at least double the API limits. Thanks for listening.
The regex works with 2 of the IF statements, but if I add a third or fourth IF statement, the formula generates an ‘invalid’ error
REGEX_REPLACE(CONCATENATE(
IF(
REGEX_MATCH(
LOWER({Headline}),
‘design|creative’
),
'Design, ’
),
IF(
REGEX_MATCH(
LOWE...