Hi,
I'm trying to figure out the best method to store historical data in one field.
For example, a user fills out a form to download whitepaper A and we write the value to a field called "Whitepaper Download".
Then the same user fills out another form for whitepaper B.
What I'm trying to figure out is how would you store the values as a running historical list in a field called "Whitepaper Download History"?
The values in the history field would be such as:
{{system.date}} - {{lead.Whitepaper Download}} <-- this would be Whitepaper A
{{system.date}} - {{lead.Whitepaper Download}} <-- this would be Whitepaper B
Thank you!
Solved! Go to Solution.
Hello @charlie_kim ,
(Picture and request vs text illustration seem different).
I will assume you want to retain and store a running history appended to the end.
Hello @charlie_kim ,
(Picture and request vs text illustration seem different).
I will assume you want to retain and store a running history appended to the end.