Page view counter error

Hello everyone,

I am creating a social platform, and would love to have a feature where users are able to see how many people view their page.

The workflow i am using is

  • Field for a user for ‘page view’
  • Each time page is loaded - ‘Current page user’s pageview + 1’

The number is captured correctly a few times, but gets refreshed to 0 frequently
Any reason for this?

Please change from "Current Page user’s Page view +1 "

INTO

“This user’s Page view + 1”.

Note: 2nd will be effecient way to update the count. Hope it will help you.

1 Like

Thanks buddy, let me test this out and revert in a couple of days

This topic was automatically closed after 70 days. New replies are no longer allowed.