Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Sep 05, 2022 04:40 AM
I have a body like this
{ “records”: [ { “id”: “reccsfBOAsOX5nigv”, “fields”: { “test”: 123 } } ] }
How can i skip the “test” (currency type) field? The idea is that i have a condition that shall be met. If not, then do not change the “test” field.
Thank you
Sep 05, 2022 05:06 AM
A patch request will only update the fields that you include in the request. If you don’t want a field updates, don’t include it in the request.