If I want to create an auto refreshing dashboard, I define a "setInterval()" using a JavaScript node that targets a client action that refresh a DataAction or an Aggregate, to simulate auto refresh behavior.
We can add input to DataActions or Aggregates that contains the time interval for auto refresh to do said behavior.

