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.
Hi everyone,
Recently I am facing an error with the following code:
await myTable.updateRecordsAsync([
{
id: record.id,
fields: {
'Attachment': [
{
'url': "ht...
Hi,
I’m testing the script of Airtable and I’m facing the issue with POST request creation.
First, I tested my request with Postman and it worked fine.
Then I ran the same request with Airtable script and I got failed.
let response = await fetch('...