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
Davinder Kaur 8Davinder Kaur 8 

Need to capture Date/Time in formuala field, On changing upon the picklist value

Please tell is there any way to capture Date/Time in formuala field, On changing upon the picklist value
Abhi_TripathiAbhi_Tripathi
Hi Davindra,

You can do something like this in the formula field,

if( Prior value of the Picklist != current value, today(), null)

If it doesn't work then let me know, will try out in another way

Regards,
Abhi