Hi, I want to know how do I make a record for click by day for each items that we have on our App, due is important to me to check which item is more visiting per day
The simple solution would be to create a custom action on a list item to first Increment a click value column in the item’s row, then follow that with a Show Detail Screen action. If you are looking for specific stats including dates, then you’ll probably have to use an add row action, instead of an increment action, and write a row to a separate table that includes some kind of identification about each item and the date it was clicked.
4 Likes
Thanks was very useful, ijust getting the result that I need…
1 Like