7 réponses

Hi Gabz Basically process builder is advance version of workflow.1) Process builder is mainly used to avoid use of multiple workflow because one workflow can have only one condition and criteria action but one process builder can have multiple if/else condition.2) Process builder allow you to update child record where as worflow doesnot.3) Process builder can call your apex code so it can send email alerts, submit records for approvals using apex code whereas workflow cannot call apex but can send email/ outbound alert only without code.There are much more difference Kindly refer below linkshttps://developer.salesforce.com/trailhead/en/business_process_automation/process_whichtoolRegardsAjay Rawat