Skip to main content

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();

Nvm I think fetch works perfectly fine.


Reply