[SalesForce] Track Actual Approver of Approval Process – Process Builder /Flow

I have an Approval Process on Case object. I would like to track the name of the Actual Approver on a custom field 'Actual Approver Name' once a record has been Approved. Any ideas on how to carry out this using Process Builder /Flow? I do not want to use a trigger for this if I can avoid doing so.

Best Answer

You can create field updates for each step's approval action. In field update, update your custom field 'Actual Approver Name' with logged in user's Name. I think it will work as expected.

Related Topic