I have a move workflow that should trigger when a checkbox is checked. The checkbox (picture below) has the column formula:
=IF([Row#]@row > 50000, IF(IFERROR(MATCH([Row#]@row, {QC_Results_DB Row#}, 0), 0) > 0, 1, 0))
This formula triggers correctly, and checks the box when it should. The issue is that the workflow isn't triggered.
Workflow below:
All of this seems really basic, I don't know what i'm missing. Anyone see any issues?