function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sara BierySara Biery 

Use Flow to force approver to input details after approving?

After a record has received approval, I need to gather some inputs from the approver (not the record owner). Ideally, I'd like the 'approve' button to direct the approver to the field edits that are required before saving. Can I do that with Flow or do I need to use Apex? 
Alain CabonAlain Cabon
Hi,

An example of a flow called by a process triggered by the field update of the final approval action (zero code): 

Given that the flow is called, you could update it for your input fields probably (should be tested)

https://www.xgeek.net/salesforce/save-approver-automatically-in-approval-processes-with-process-builder-and-flows/

Best regards

Alain