Help
guanxinwang
4 - Data Explorer
4 - Data Explorer
since ‎Jan 23, 2023
‎Feb 10, 2023

User Statistics

  • 3 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

Hi, I am trying to patch multiple records to airtable using Nest.js. I've checked:- url should be correct: https://api.airtable.com/v0/${baseId}/${tableId}- headers with authorized token:    const headers = {      Authorization: `Bearer ${token}`,   ...
Hi,I am building an application to get data from a view and attempting to patch it back to the view. However, I haven't found any endpoints to do it. First, I want to check whether the view has a field. If it doesn't, I shall create a new field and p...
Kudos given to