Help

Re: Script Block - fetch bug?

2374 0
cancel
Showing results for 
Search instead for 
Did you mean: 

Hi - not sure if I’m doing something odd here, but I cannot get fetch to work in the Scripting block. Getting this:

Screenshot 2020-02-18 at 16.31.55

cannot find name ‘fetch’

Normally, I would think this is my user error, but I have another base using the “original” pre-beta version (2 weeks ago) and fetch works OK in this.

Any thoughts @Kasra ?

Thanks

JB

11 Replies 11

Yep, that’s what I feared.

So, one approach @JonathanBowen -

  • Stand up a Google Apps Script web service or perhaps a Heroku NodeJS app as a proxy
  • Make your block requests into your proxy service
  • Let the proxy service call into SendGrid