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
summerprojectsummerproject 

PRIORVALUE function does not work for Picklist and Lookup fields

Hello,

 

I am sending alerts to users when a record has been modified. I want an email to contain previous values of the changed fields so I am using the PRIORVALUE to update the fields. PRIORVALUE is working for normal fields but for lookup and picklist it seems like it is giving the values number and displays them as numbers instead of the value itself. Does anyone know how to show previous values of a lookup or picklist in an email/alert?

 

Appreciate any help.

Seb OrtizSeb Ortiz

Take a look at this post

Regards

Ajay Singh SolankiAjay Singh Solanki

use this

TEXT(PRIORVALUE(picklistField))

jminDCsportsjminDCsports

TEXT does not work on Picklists either. That won't work.

DBurge12DBurge12

That actually does work.  I was having the same issue.  Thanks!

Amy HerzAmy Herz

haven't tested it yet but at least for lookups it seems that a fix is coming in the Spring 22 release that you can activate now: 

https://help.salesforce.com/s/articleView?id=release-notes.rn_forcecom_flow_release_update_formula.htm&type=5&release=230