How to capture the Create_Date timestamp and Created_By email

Hi all,

How I handle the requirement to capture in a data source field the timestamp when the record was created [Create_Date], or by whom the record was created [Created_By]? I went through the online sources but I was not able to find something.

Thx!

Markus

Solved Solved
0 4 1,081
1 ACCEPTED SOLUTION

Set the โ€œinitial valueโ€ of the column. Using the codes now() and useremail() should solve, respectively.

View solution in original post

4 REPLIES 4

Set the โ€œinitial valueโ€ of the column. Using the codes now() and useremail() should solve, respectively.

Thanks Chris for your response.
Iโ€™ve checked this already and Now() works only for an update/modification, but not in case for the initial creation. Iโ€™m sure I am missing something in addition.

My fault, Iโ€™ve missed the difference between initial value and formula - it works!
Thanks for the hint

Youโ€™re welcome Markus!!

There are a lot of โ€˜nuancedโ€™ tricks and things that are super easy to forget as you move around.

Good luck!

Top Labels in this Space