Call a dynamic action automatically on a regular basis
Hi,
We have a classic report on a page which we would like to refresh automaticallly every X minutes. We have done this using setInterval and $a_report however as I understand, this is unsupported functionality... So I would like to go down the dynamic action route.
But my question is this... how can I call the dynamic action automatically say every 3 minutes, without any user interaction?