Hello,
I am currently creating a workflow that takes over a year of order information and joins the orders with an external table, that has the names associated to who should have created the order/who's work it should be.
Example: Order 12345678 comes out of Planner John Doe's assigned work area, code #0999.
I'm currently joining the planner's name to the order through the code, in this case #0999.
The issue I'm running into is that if John Doe is re-assigned to a different code (#0998), decides to find a new job, gets promoted or fired- I need to re-assign his work area of #0999 to the new planner's name, Leonardo DiCaprio, which then assigns Leonardo DiCaprio to all Historical orders that should be John Doe's.
I am curious if there is a tool/work around that allows for dynamic changes to these names to preserve historical data, or if I have to resort to writing a formula for every planner change, that is something along the lines of IF [planner name] = 'John Doe' and [Created date]>'12/1/22' Then "Leonardo DiCaprio else [planner name] endif