I’m using your API to upload attachments.While simple requests work fine, when I try to send real files, the API responds with a 404 error. This makes it difficult to debug the issue.
It is impossible to communicate with the support team because requests can not be sent. Even though your API does not work, and I do not have any channel to communicate with
I planning to make a service that pushes airtable data on changes, including comments.Is is possible to watch for comment changes via Airtable webhook? It is not stated in the doucmentation explicity, so I would like to clarify. Thank you.
I tried posting this question yesterday but now I can't find the post so it looks like it didn't actually get created so I'm trying again.I've been tasked with creating an interface to our AirTable data using an API developed by Brightvine (Brightvin...
Hi allI've been working on SAP Integration Suite for connecting to airtable and perform CRUD operations. I've created a integration flow for PATCH request in my suite and wanted to test it through POSTMAN by hitting the endpoint of PATCH iflow. The i...
With a correct budgeting process, companies can benefit from forecasting and use financial insights to compare actuals against allocated budget. You can use the Budgeting module in Finance for basic budgeting, budget planning, and budget control.Afte...
By asking questions and gathering customer requirements, you can plan a chart of accounts that fits the customer's needs. In many cases, the customer chooses to bring in their existing chart of accounts from the legacy system into Dynamics 365 Financ...
Hi,Looking at getting a Microsoft Surface with an ARM chip - does anyone know whether the windows app works on these devices? I understand some of the Windows apps that are designed for Intel processors do not work on these, or are at least slow.Tha...
Hello everybody,I am experiencing issues running an automation script. Basically, I have created an automation that sends information to a webhook link. My issue arises during the step where the information is sent to the webhook link—I am encounteri...
I want to link Apollo to Airtable so I can people search from within my base.I got the Apollo organization data working with the code below to fetch company details:let apiToken = 'API KEY HERE';
let table = base.getTable('TABLE NAME HERE');
let { r...