Hi!
I have an input file that contains both Current Year and Prior Year columns. Initially, I populate the Prior Year column with the values from the Current Year column using a Formula tool (by selecting the Prior Year field and setting it equal to [Current Year].
Later in the workflow, I bring in another data source to populate the Current Year column with updated values. However, after using the Join Multiple tool, the original Formula tool appears to shift and starts referencing the new Current Year column instead, causing the Prior Year values to change.
How can I keep the original formula static so that the Prior Year column retains the original Current Year values and does not get overwritten after the join?