1) I've turned all coins containers to components (1 Screenshot)
2) Then I set up a periodic action for each component (2 Screenshot)
In this periodic action I change Backend Data and it works
The problem is that when I leave the main page and return back - action is starts again but the previous one is still running so the data updates twice. If I leave and return for the second time - it already works on triple change, etc
I've also tried to stop the periodic action when user leaves the page using Link To Current Page I've tried to put the homePage url to my condition/page name but nothing worked
Also, I'm not sure if the data updates only for me when I enter the page or for all the users? Like If I enter the page first and my data will update but the other user would enter 5 minutes later than me - will he see the first value of the data or the same one which I see?