I want to assign people in a column to be the same as the contacts assigned in a previous column, unless the user overwrites the new assignment. I.e. if the Stage = "Step 2", the Step 2 Owner will be the same as the Step 1 Owner - unless overwitten to be something else.
So far I've found that the "Assign People" automation workflow allows me to assign the "Step 2 Owner" Column, but doesn't let me pull the value from the "Step 1 Owner" column.
I can use a formula to auto-populate the Step 2 Owner, but the formula doesn't allow me to manually populate a contact into that column anymore.
Formula to populate Step 2 Owner:
=IF(Stage@row = "Step 2", [Step 1 Owner]@row, "")
Screenshot of my current sheet using hte above formula: