Hi Everyone,
I have a workflow with an approval point. There are more than 1 approvers that could approve my request at that point. How do I capture, via an automation rule, the user that gave their approval at that approval point. I can trigger the automation at the correct point, but don't know how to get the approver.
I'm trying to capture the approver and add them to a record in an Assets table.
Thanks,
Ed
Hi @Edward Moxley ~ you should be able to accomplish this via a smart value. This and this should help...
Yes.. This worked.. Thanks!
{{#issue.fields.Approvals.approvers.get(0)}}
{{#if(equals(approverDecision,"approved"))}}
{{approver.displayName}}
{{/}}
{{/}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.