답변 4개
Hi Oliver,
You would want to use process builder to capture TODAY() or NOW() when the action is used. And you're right, by itself it would mean the field would be updated every time the action is used. However, if you set a criteria in the process to only set the value of the field if the field is currently empty (is null = true), you will only set the value of the field the first time - thereby keeping the first time the action was used.