Implementation of number of members visited the tool

0
Hi, I am doing one project where owner can add software tool and user can download it. Now, I am working on one page of project which contains number of members visited that particular tool so can anyone tell me the idea about, how can I implement it?
asked
1 answers
4

Hi Sayali,

Create a helper entity with counter(integer) attribute and create one microflow in that retrieve the first object of helper entity, if it is empty create new object or else use that retrieved object and change the value of counter attribute as counter++

 

 

 

 

answered