Help

Re: How to "skip" changes in PATCH http request for update a record?

720 0
cancel
Showing results for 
Search instead for 
Did you mean: 
kennypurnomo
7 - App Architect
7 - App Architect

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

1 Reply 1

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.