@Volodymyr_Ialovyi
I am trying to update list of objects in codeless
Is this correct?
the list is updating in the Loop
and I am getting error like below with where condition
and without where condition as well
@Volodymyr_Ialovyi
I am trying to update list of objects in codeless
You’re using the changes
connector wrong. It must be a single object containing the changes and not a list of objects. Bulk update API documentation is here:
https://backendless.com/docs/rest/data_multiple_objects_bulk_update.html
Regards,
Mark
It worked!