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 added a collaborator field to my table so I could assign records to collaborators. But I then backfilled the field, only to discover that each individual record sent out a notification. Is there a way to have the records summarized in a digest, ins...
I see from the similar topics results that there is a feature request for conditional formatting - if that has been done, please mention how to find it, or if it is a paid option?
I’m trying to create a column that flags members of a specific categor...
I’m not sure this is something that Airtable can do - but let me describe the idea:
A customer fills a shopping basket full of items - so one field is “order contains” and it lists all the items contained.
The items are in a separate, linked table,...
Alright - I gave it my best shot, and something is still wrong. Here’s what I put:
‘’‘IF(
AND(
OR(
IS_BEFORE(
TODAY(),
{Expiration Date}
),
IS_SAME(
{Expiration Date},
TODAY(),
‘day’
)
),
OR(
{Sponsor Level} = “Leader: $15,000+”,
{Sponsor Level} = “...
And here I thought I excelled at logic. :persevere:
OK - that worked, and revealed another flaw in my logic - or rather, a forgotten piece, namely that all of the folks who aren’t Leaders or Patrons should have other flags, not “Remove Attributions...
OK - still not working, although I did get the icons to show! :slightly_smiling_face: Do I have to have a field called “Today” in order for this formula to work? Because I have an expiration date of 12/31/2018 that’s still coming up as Remove Att...