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
ArchestainArchestain 

is process builder have the ability to fetch the old value of the field before commit to the database as like before trigger.

Rowallim TechnologyRowallim Technology
Hi Archestain
No Process builder have not the ability to fetch the old value of the field  before commit to the database as like before trigger.
Thanks
V V Satyanarayana MaddipatiV V Satyanarayana Maddipati
Hi Archestain,

Use  PRIORVALUE() function from the type formula to get old value for the specific field.This function is available in process builder, workflow and validation rules.

To know more about PriorValue(), go through this link. https://help.salesforce.com/articleView?err=1&id=customize_functions_i_z.htm&siteLang=en_US&type=0 

Regards,
Satya.
{tushar-sharma}{tushar-sharma}
After Spring 21 release we can now get Old values in Salesforce Flow. Check my post in which I have covered step by step how we can do this.

https://newstechnologystuff.com/2020/12/20/get-old-values-in-record-triggered-flow/