Solved
How to use Utilitites in airtable script

var authHeader = "Basic " + Utilities.base64Encode(wordpressUsername + ":" + wordpressPassword);
I am getting error at "Utilities" saying"Cannot find name 'Utilities'" . I need to send post to wordpress using it's rest api and Utilities is required for it's authorization .
Kindly help me , any information regarding this will be great. Thankyou
Best answer by Stephen_Orr1
It looks like you may be trying to use a Utilities object from some external library. Try btoa() instead
https://developer.mozilla.org/en-US/docs/Web/API/btoa
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.