Get the previous values when I duplicate Parent and Child

Hi, 

I have an app that allows me to duplicate both Parents and Children using a bot, and I would like to transfer the previous values to the new children

The "previous total" column in the parent table is a sum of the "previous value" from child table

"value" in the child table are added manually

This are the tables

Parent table (the second row is the copy)

Id description Totalprevious total
sfa44description 1100 
sasakdescription 2300100

Children table

IdId parentsdescription detailvalueprevious value
12ssfa44detail 160 
33dsfa44detail 240 
76ssasakdetail 110060
as3sasakdetail 220040

whats is the best way to get previous values in another column when I create a child table

thanks!

Solved Solved
0 2 134
1 ACCEPTED SOLUTION

The answer seems obvious to me; in the child copying action, put the [value] values into the [previous value] column. So I'm probably not understanding something here...

View solution in original post

2 REPLIES 2

The answer seems obvious to me; in the child copying action, put the [value] values into the [previous value] column. So I'm probably not understanding something here...

I have tried complex formulas and bots , but the solution was easy and obvious. thanks @Marc_Dillon 

Top Labels in this Space