Get current value of an object with Codeless

Hi, I’m trying to make an api to update several columns at once. These updates need to get the current value and add a number to them. I’m stuck at how to get the current value of certain column of an object with codeless blocks. Below is my logic, the blocks I need shoud go to the 0 parts in the equations. Thanks!!

Hi @Louis,

Unfortunately you cannot use bulk update operation for this case.
You can create a separate object for “Players” and then work with it
Something like this:

Regards,
Viktor

Hi @viktor.liablin thanks for the reply!

I used some other blocks but the idea of saving the current object to a variable works, thanks!