Forum Discussion
ColinFox
2 years agoQrew 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
------------------------------
ChayceDuncan
2 years agoQrew 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
------------------------------