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
Nabeel Munir 9Nabeel Munir 9 

How to launch process builder after the finish button is clicked in visual flow

Hello all,

I want to know if it is possible to launch a process builder after a finish button is clicked in visual flow.

I have a flow that takes input from user and stores the values into variables in flow.
In account object, I have all fields read-only but, I want to be able to ignore those read-only restrictions. I know that process builder runs on system mode so, i thought it might be possible. But, I can not seem to find a solution. I want to update the address field in account object and I am trying to do it using flow. Since flow runs on user mode. It can not update the fields. So, How can I launch the process builder after the finish button is clicked in the flow and then assign the values user entered in the flow, to the address field in account object?

Thanks,
Kind regards.