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’m developing a WordPress plugin that backs up your entire Airtable account (as JSON, CSV, and optionally downloading any attachments). I intend to release it as Open Source when it’s done.
It’s not finished, and won’t be for a few months, but I’m i...
I have a table called “2020Locations”, and its name seems to be causing a problem in the scripting block. I’m using:
locationsTable = base.getTable(“2020Table”);
But auto-complete doesn’t recognise locationsTable as a table. If I rename the table, or...
You’d need to create a separate table, and then use Automations to update the existing table when a new record is created in the new table. Attachments are slightly harder than other fields to update, but there are instructions here: Use automation t...
We have exactly the same problem as @Ben_Baldwin, @EricWongMusic and @Erwan_Pannier – when prefilling a form, the conditional actions don’t trigger. In our use case, this makes the conditional field feature rather useless, unfortunately.