SOLVED

Move last 20 website page visits in a history token

Go to solution
Franky_Ruyssch2
Level 4

Move last 20 website page visits in a history token

Is there a way to store the last 20 website visits in a history token. I know you can add a value to an already existing one, but then the history field will become overloaded over time.

It would be nice to have the options to limit the number of items in the history token.

I want to inform sales with an email when a prospect is very active on the site, for that it would be nice to add the recent web activity in the notification mail.

Franky Ruysschaert
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Move last 20 website page visits in a history token

It's trivial to show only the last 20 lines of the field using Velocity.

If you want the field to only keep a rolling "window" of a certain number of lines, you must process the field using a webhook.

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Move last 20 website page visits in a history token

It's trivial to show only the last 20 lines of the field using Velocity.

If you want the field to only keep a rolling "window" of a certain number of lines, you must process the field using a webhook.