The 1C:Enterprise developers forum
How to pass the data of ValueTree type between forms?
You can use a Temporary Storage for this for example: in one form you put the data in the temporary storage and pass the address of it to the other form.
Form1.ValueTreeSorce = Form2.AsValueTreeSorce
Errare humanum est