• Yi Tan 14
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi,

 

I have a status picklist that I would like to track. I created a text field called Previous Status that I would like to display the last status the picklist was set to.

 

I have a workflow set for to fire when the status changes (ISCHANGED) that is working fine. But my field update is populating the text field with numbers (1-4, the number of values on the picklist).

 

I know the problem is with the field update formula, but I'm not sure how to fix. Currently the formula is:

 

PRIORVALUE( Permit_Status__c ) Which I know is wrong.

 

Has anyone done this before?