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-Static)’
const currency_code_field = ‘Currency’;
I’m currently getting the following error message when I try to run the script:
What’s the issue here and how can I fix this? I have extremely limited JavaScript skills, I only know what I’ve used by copying other template scripts. Pasting the full script below in case helpful.
Continuing the discussion from Currency Conversion Scripting Example: