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 have a table of Researchers and a table of Projects. In the Projects table, I assign researchers to projects by adding them as linked records. Often, multiple researchers are assigned to the same project.
When multiple researchers are assigned to t...
Hi, I copied Airtable’s Currency Conversion Import script and kept everything the same except renamed the table and fields to the following:
const table = base.getTable(‘Currencies & Exchange Rates’);
const conversion_field = ‘USD → Currency (Non-Sta...
I currently have a base sync for which I want to reverse the direction of that sync–so that the source table is now the destination table and vice versa. To do this, can I simply delete the URLs in the remote record URL field and switch the source/de...
I’ve set up a few automated scripting actions using the beta automations features but keep receiving the same error message when I try to run the automation.
The same script runs without issue in the scripting block, so I’m not sure how to resolve t...
Thank you Jeremy this is very helpful! This is the script code - I created it based on a video I found in this thread on creating a script for vlookups / linked records.
I want to automatically link records in two different tables using the records’...