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.
I am trying to patch fields, however I am facing trouble with the record ID:
Here are the records
{"records": [{"id": "recMcKXnqXUsJ2Ptu", "fields": {"Name": "GoodLife"}, "createdTime": "2019-10-10T11:56:56.000Z"}, {"id": "recayWtmjGL5k1kgK", "fields...
I have a table/records with a computed column/fields (using a lookup function) - let’s call this field/column F0.
I would like to PATCH the table by changing the values of field F1 and leave everything else as is.
However, when I send the request I o...
Sure. I am working in Python using the requests module to connect to the API.
Here is the response I receive together with the URL, status code and body that I sent with my request (authentication is handled via the headers which I did not include be...