Update Object

I am adding a relation to a BackendlessUser and I recognized that the updated field is not changing. So I tried to simply save the BackendlessUser object, without changing anything, to trigger a updated event but this isn’t working.

Is it possible to update the updated field of a BackendlessUser object when adding a relation to it?

Hello @Bernhard_Hammer

There is an additional Event “addRelation”, so you can update the user inside the handler.
Or I can propose you to use TransactionsAPI, and sends these changes in a single API call, and in case if something goes wrong all the changes will be declined.

Regards, Vlad

1 Like