Count user acessing a app

Hi friends.

I need to make a user count im my app. In another words, every time a user open my app, I need to increase a counter in a remote database.

And I need to read it later.

Im using CloudDB component, but I see what in every new session, this variable is renicialized. Starts again with value 0...

Whats is the best way to do that ?

Thanks since now

Ask CloudDB for the current count when your app starts.
When it arrives, increment it and send the new value back to CloudDB.

Further advice?

Please download and post each of those event block(s)/procedures here ...
(sample video)

You have to use your own CloudDb on your own Server Alex, the App Inventor one is only for testing and many people are using it at the same time.

Apart from counting how many time a User opens your App, that does of course give it an Internet dependency, which should be avoided unless absolutely necessary.