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
VijayNiVijayNi 

process builder if else loop

Hi Team,

In process builder if the first set of actions of the criteria node is true and the immediate actions get executed .
The second set of criteria should also be  executed will the second set of actions get executed  or the process builder action stops the actions.


Thanks,
Vijay.


 
ANUTEJANUTEJ (Salesforce Developers) 
Hi Vijay,

>>https://jenwlee.com/2016/11/22/process-builder-implement-simple-nested-ifthen-statements-using-invocable-processes/

The above link has an implementation of if-else condition implementation in process builder.

Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.  

Thanks.