You need to sign in to do that
Don't have an account?

Flow Builder not firing up after approval process
Hi all,
I have a custom object "Custom1" on which we added an Approval process. The process is easy when the object is approved by the approver then I have a Final Approval Actions that is set to update a field in "Custom1" Called is_approved ( True/False - Checkbox)
Then using a Flow builder I set that if the field is is_approved: True then it should trigger the flow that will update a field in many records linked to "Custom1"
For some reason, the Flow Builder is not triggered when it happens after the approval process. However, if I edit the field is_approved to TRUE manually then the flow is triggered
Could you please help me to trigger it after the approval process?
FYI:
When you edit a "field update" action of an Approval Process, the checkbox Re-evaluate Workflow Rules After Field Change needs to be checked in order to have all workflows to be run and evaluated again after the "field update" rules in the approval process are applied.
This will cause also the flows set in the process builder to run again.
I hope you find the above solution helpful. If it does, please mark it as Best Answer to help others too.
Thanks and Regards,
Sachin Arora
www.sachinsf.com
Thx for your answer, please have a look at the picture. the checkbox is indeed selected ;)but it is still not working
In order to make it work, the flow should be using API version 54 for the Approval process Field Update to run record-triggered flows.
I have the same problem
- Field update checkbox for reevaluation of workflow rules is set to true
- My flow is on API v55
But actually the flow is still not firing after approval process field update