Hello,
Create a data type called “visit “ with a date field of type date, a user who visited field of type user, and a page field of option set type page (create the necessary pages within this option set)
On that page create a workflow on page load with an action to create a thing … a visit … and load up all the respective data … the date, the user who visited, and the page option type.
This way you can count the number of visits per user that a page receives
1 Like