Sorry if this question has been asked, but is it possible to check if a new item has been added to a database and display the amount of things that have been added?
Sorry if this question has been asked, but is it possible to check if a new item has been added to a database and display the amount of things that have been added?
There is a built in “count” function. This will allow you to count the number of items in a collection.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.