Skip to main content
Hi I have date field called  "score date".

 

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 个回答
  1. 2019年7月31日 03:50

    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()

     

     
0/9000