Mar 20, 2022 09:35 AM
I am trying to call an external API endpoint using the script in the automation functionality of airtable but the following code gives me an error. var xhr = new XMLHttpRequest();
Mar 20, 2022 09:36 AM
Nvm I think fetch works perfectly fine.