I have a use case where i need to send the email to the manager when Env identity attribute change.
When Env change from “Test” to “Dev” and “Dev” to “Test”.
I wan to send the mail to their manager using workflow
Also i want to check oldValue and newValue
For example:
a. If users oldvalue is “Test’ and newValue is “Dev” email should send
b. If users oldvalue is “Dev” and newValue is “Test” email should send
c. If users oldValue is “QA” and newValue is “Test/Dev” don’t need to send the mail
d. If users oldValue is 'Test/Dev” and newValue is “QA” don’t need to send the mail
I have tried the workflow in this way:
Identity Attribute Change > Get Identity > Comparison Operator > Get manager Email using Http Request > Send Email