Our workflow currently involves moving an item from board A -> board B -> board C as progress is made on the item.
However, right now the owner of the item is not notified when their item has been moved (the owner is the person who made the request, while the team moving the item from one board to another is the team working on the request). Is there a way to notify the owner using automations?
I realize that some of the existing automations already have the form:
If {trigger} then {move to board}
What I am looking for is an automation of the form:
If {move from / to board} then {action}
Thanks!