I have another field called "Score", as soon as Score reaches to 100 or more than 100 we want to capture that date in "score date".
Also we want to check "score date" was blank before.
Thanks.
6 个回答
Okay so it soulnds like you could create a simple Workflow or Process that is triggered when the Score >= 100, and add an Immediate Action (Field Update) that updates a DateTime field with the Formula:
NOW()