Page 1 of 1

Batch Updating

Posted: Thu Nov 30, 2023 6:59 pm
by Bob.Tern
Is it possible to carry out a batch update on a pointer value?

Re: Batch Updating

Posted: Thu Nov 30, 2023 7:05 pm
by Bob.Tern
Yes it is possible just use the following value of data
{"pointer_column": {
"collName": "collection_name",
"_id": "record_id"
}}

more about batch operation can read here https://docs.appery.io/reference/databa ... operations