Forum Discussion
- ChayceDuncanQrew Captain
You will need a form rule or pipeline to handle that. By putting Today() into a formula it will shift with each passing day and it will always show the actual value of Today.
If this is something that you're populating on form you would do a rule that when Signature is not blank change the value of a scalar date field to the value 'today'. The date field in question would not be a formula that way the value actually sticks.
------------------------------
Chayce Duncan
------------------------------- ColinFoxQrew Member
Could you provide me the steps for a pipeline/form rule that you think would be more effective? I am very unfamiliar with these items.
------------------------------
Colin Fox
------------------------------- ChayceDuncanQrew Captain
Sure - if you're using a form where a user is populating the value for `signature` then you can make a form rule like so:
When:
Signature is not equal to blank
Then:
Change the value of `Date Field` to today.
Since the date field you currently set up is a formula, make sure that you change it to a scalar date field first.
If you're using a Pipeline - you would set it up where on a new event where the trigger field is 'Signature' - and then you would do an update record where you are updating the value of your 'Date Field' to be {{time.today}}
------------------------------
Chayce Duncan
------------------------------