Business Need - I built in workflow automation to COPY row to this master sheet when status changes. That works as intended. However because I'm using COPY row, it then add "duplicate" rows onto my MASTER sheet. Next Step...
On the MASTER Project Portfolio sheet, I've built in series of background columns and formulas in my sheet to identify duplicate rows as they are automatically copied into the sheet using above automation workflow mentioned. The formulas I've created essentially identify duplicates, RANK them in order to just keep the latest entry and then CHECK BOX the column to "REMOVE"' - essentially moving those rows to another sheet. The formulas are working correctly.
The problem is when running the workflow. When I run the workflow manually, it's MOVING everything and also apparently wipes out my formulas. I don't know why. Everything seems correct but if someone can provide some insight.
You can see the REMOVE column has been checked. The fourth line should stay on the sheet when I run the workflow
This is the workflow set-up: Criteria is when the "REMOVE" column is "checked" as shown above. I've also tried it with TRIGGER: When Rows added or Changed, WHEN Rows are Changed. Same results - workflows moves everything even though the column REMOVE is NOT checked.
After Running the Workflow, you can see it removed everything including the 4th row which did NOT have the REMOVE checked. Why is that?