How to Refresh data inside a dataview automatically

0
I have added a DataView Widget for which datasource is a microflow. I want a refresh kind of functionality (same as data grid or template grid widgets), so that after some seconds the microflow should be called again and the data inside the DataView should be refreshed.
asked
4 answers
4

You could also add the microflow-timer widget to refresh the entity after X amount of time

answered
3

Unfortunately, this is not possible. I hope it will be in the future but right now, you can not do it with a dataview. Whenever i need somethin like this, i use a template grid retrieving just one object and use it just like a dataview.

answered
1

You can try to use the HTML widget and use a JS with a delay function to call the microflow by JS in the time range you want.

answered
0

Thanks guys for quick responses. I tried the Template Grid option first and it worked. I am sure the other options also would work, but have not tried.

answered