Move Row Automated Workflow moving ALL rows regardless of criteria

I set up a workflow to move rows that are marked Closed to a Closed sheet. However, the trigger does not seem to work and when I force run the workflow, it moves all of the rows regardless of what is in the cell.
What am I doing wrong?
Best Answer
-
How is the [Stage] column being populated?
The reason the manual push is moving all rows is because you have no condition specified. When you run an automation manually, there should be a warning somewhere that indicates it ignores triggers and only looks at conditions. Adding a condition that the stage has to be (10) Closed should get things working on the manual side.
Answers
-
How is the [Stage] column being populated?
The reason the manual push is moving all rows is because you have no condition specified. When you run an automation manually, there should be a warning somewhere that indicates it ignores triggers and only looks at conditions. Adding a condition that the stage has to be (10) Closed should get things working on the manual side.