Hi there,
I build a workflow that is triggered, when column changes to any status. My status are company teams, so the workflow checks for said team and sets people column to teamlead. My reasoning is:
When people coloumn change, check if teamlead is A and set team A, if not - check if teamlead is B and set team B, if not - check if teamlead is C and set team C and so on. Weâre up to 12 iterations of these kind.
My issue is: If teamlead is A and the workflow sets team A, it still checks all other options and resulting in unnecessary usage of automation runs. Why isnât the worklow stopping if it meets one true condition?
And / or do you have any other ideas how to automatically set a status column based on a people column? I am using the status (team) column to display projects per team and accounting for changing teamleads.