Math to update field values from user input and generated columns

Hey guys,
I have been trying to use a numeric field value in user table EXAMPLE: user " adam " has 100 then sends 20 to user “bob” bob now has 20 and adam has 80 the numeric value is in a user field , i also have another field which is input from user form. then i have 2 generated fields ( money - input = X) and (money + input = Y )

adam selects bob from data table on page then inputs a numeric value how can i collect each field value then do the math for adam then do math for bob and use the correct values to update each user?

Hi @joe_joe

You can put intermediate values to any DataModel (PageData/AppData/etc)

Regards,
Vlad

so i can do this how ? through variables or set properties?

yes, using the Set Property block

thank you