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.
Hello everybody.It is possible to have a view of type "Locked view" and at the same time of type "Personal view".The thing is that I have views created exclusively to generate automations. So I want, on the one hand, for no one other than me to acces...
Hello. I am currently on the "Team" plan and by mistake one of our collaborators ended the available automations. Because from this workspace we manage two companies we need to resolve it urgently, although unfortunately after 24 hours of contacting ...
Hi everyone. Just want to share a formula to get the last element of a list of elements separated by coma. This formula also eliminates the empty spaces before and after the resulting text if there were any. I am sure it will be helpful to someone in...
A have a complex base, running many automation and connection with external sources. In case of huge mistake, I would like to restore a snapshot and overwriting the current base in order to keep working all my automations fine.In Airtable, copies are...
The problem is that the "locked view" is visible to other users. Which I don't like because they can still add records there and also because they don't need to have useless views in their dashboard.
After a while, I came up with the same idea and it worked. I moved all the bases to my new "Emergency workspace". You are right.It is interesting how this common issue have a not an easy solution provided by Airtable.
Hi everyone. I think I have the definitive formula based on the birthdate .IF(
DATETIME_DIFF(
DATETIME_PARSE(CONCATENATE(YEAR(TODAY()), '-', DATETIME_FORMAT({Birthdate}, 'MM'), '-', DATETIME_FORMAT({Birthdate}, 'DD'))),
TODAY(),
...