Activity logger

Hi team,

I want to add a table that hold the App Activity Datalogger.

That is to say I need store into a table, when an user change from a View to other. I do not need register the use time of the last view. Only need add a log register when the user change the view.

I Think some as this

R

IDKeyUserView NameTime Start show
1julio@buil.comvi_A02-02-2020 10:05
2Mario@buil.comvi_A02-02-2020 10:09
3julio@buil.comvi_A02-04-2020 09:00
4julio@buil.comvi_B02-04-2020 15:00
5Mario@build.comvi_C02-05-2020 09:00

I can make one table for each user too, to avoid any simultaneus update problem

Is there a way to make this or similary function ?

 

Thanks in advance

Omar

 

0 2 100
2 REPLIES 2

You can't run an Action when a user clicks on a view from the menu or navbar.

You can create your own navigation view, where the row-select runs the timestamp recording Action, as well as the navigation Action, but it will be far from foolproof.

Thanks Marc I will forget this

Omar

Top Labels in this Space