There’s a grid in which employees are assigned to a project.
Metrics: initial project and final project
If both these projects are different for a specific employee, notification in pigment is working fine i.e. If there’s a change in project, to notify the relevant team leader of projects (both initial and final) - P1 and P2.
However, there’s a metric called : “Override Project” , which can also derive Final Project.
If there’s already a change in project name for Employee ABC (from P1 to P2 project), and then override of ‘P3’ is done (Now, P1 to P3 project), notification should be sent to team leader of projects (both initial and final) - P1 and P3 [P3 Must].
Currently, triggering metric for workflow notification is Change in Project? with employee dimension.
How can I check the logic again?
Solved
Run action button to clear a metric if a notification is sent
Best answer by Chahat
Thank you
I tried some different approach and it’s working as expected now.
Changed the dimensionality of triggering metric:
Earlier: Employee List
Now: Employee List and Project List
Updated Logic for triggering metric: ‘Project Change?’ is as follows:
IF('Initial Project'.Name <> 'Final Project'.Name,
"from '" &
'Initial Project'.Name &
"' to '" &
'Final Project'.Name &
"'"
)[BY:-> 'Final Project']Automation triggers when value of ‘Project Change?’ is not empty.
‘Initial Project ’ metric:
DataType: Project
Dimension: Employee
‘Final Project ’ metric:
DataType: Project
Dimension: Employee
Notification is getting triggered to team leader of P3 and if the project override happens again for a specific employee → notification to P4
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


