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.
Given the new integrated Gmail, I’d love to see the ability for Airtable to have a similar integration with Google Chat as Slack where a bot can be added to a Char room and send messages based on Automations.
Hi there!
I’m trying to build out a formula that allows me to use checkboxes to update an application status column. As of now, this is my current formula:
IF(
AND({Reviewed}, {Accepted}),
‘Accepted’,
IF(
{Accepted},
‘Error!’,
IF(
NOT({Reviewed}),
‘P...