The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hello, I am using the input.textAsync() to ask the user to choose a supplier. When I run the script, the input field pops up fine but the input field is disabled. Also, the next button is missing as well. I do have the input in an if statement after ...
Hello,
Is there such thing as a fetch put? I am needing to do a put on an external api with the airtable scripting app. I was wondering what the best way to do it is? The external api is expecting a put method. I have successful used fetch for get an...
Hello, so when I initially had problems with the put, this was my code.
let options = (httpMethod, body) => {
return {
method: httpMethod,
headers: {
'Content-Type': "application/json",
'api-auth-accountid'...
here is the api documentation as well. DEAR Developer Portal · Apiary
From the docs, it says accountid, appkey, and content-type are the only required headers. it’s odd because i have the get and post calls working in the same script