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
dynamic_pradynamic_pra 

store ISPICKVAL result into variable

pls explain this formula

 

IF (ISPICKVAL(Status, "Closed - Converted"), ROUND(NOW()-CreatedDate, 0), null)

how can I store its result value into a variable ?

 

 

dmchengdmcheng

What are you trying to do?