Property reference
Hello
When working in a modal window (pyWorkPage.Declaration.Carriage ()) I have .pxListSubscript for every entry from PageList
When I try to output .pxListSubscript on the form, the value is displayed correctly, but I also need to output the value of the variable from a copy of this page, but before the changes (pyWorkPage.DeclarationBefore.Carriage ()). Both pages contain the same set of property.
Trying to specify a link in input: pyWorkPage.Declaration.Carriage (.pxListSubscript) .Property does not work correctly
How can I make a reference to the value of a variable from Declaration.Carriage () in DeclarationBefore.Carriage ()?
Or if there is, then another way to track the difference in values before and after changes