The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
I’m trying to create a time sheet for my employees in airtable and one thing I wish I could do with the page designer is limit the records that are displayed within a linked record table is to limit the results to a view from the linked table, that w...
I would like to have the ability to set a default font for the Page Designer block in our Airtable settings or in the table settings somewhere so we don’t have to change it from Roboto every time
Hello! I love Airtable and use it to run my entire business just about. We are looking to start printing our own checks to pay vendors and subcontractors and would like to setup a page designer template to do so, but there is no font option to print ...
Formula connected to Single Select Field Ask the community
Looks like you may have a parentheses in the wrong spot, try this:
IF({Active/Inactive}=“Active”, DATETIME_DIFF(TODAY(),{Start Date},‘days’), IF({Active/Inactive...
Looks like you may have a parentheses in the wrong spot, try this:
IF({Active/Inactive}=“Active”, DATETIME_DIFF(TODAY(),{Start Date},‘days’), IF({Active/Inactive}=“Inactive”,DATETIME_DIFF({End Date},{Start Date},‘days’)))