How to collect historical data in one field
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!