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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.