I have the following:
- Sheet x: Various imports from Excel - rows are copied, by right clicking Copy Rows to Sheet A.
- Sheet A: Full list
- Sheet B: has formulas that update from Sheet A.
- Sheet C: Closed items
Issue is that when Sheet B has a Status cell that is updated from Sheet A (via formula), a trigger should be thrown when Status changes to 0 resulting in a Move Row Workflow to Sheet C. It's not doing the Move action. I can add another action to send an alert which will send the alert, but still not move the row.
I've tried every combination I can think of to get it to trigger upon the change, but the Move action does not happen.
Note that if I set it to run at a specific time it will do the move. Not ideal as I would need to set up one for every hour (wish we could set the minutes as well).
What am I missing?