Is there a way to execute an on focus microflow on a dataview?

0
The situation is that I have an in content dataview (a "Dashboard") showing counts of records. From the dataview I can execute actions (especially updates to records counted in the dataview) using popup dataviews. I want the dataview to refresh when the focus is returned from the popup to the dataview. Not earlier (e.g. when an item in the dashboard has changed) because of performance reasons. Is there a way to do this? An alternative is that I run a scheduled event which periodically updates the dataview but I'd much rather have it refresh when the user returns to it.
asked
1 answers
1

We have a same kind of dashboard like you and the same case. After doing things in your popup, you could reopen the form with your dashboard dataview. Before you do that, you should recalculate the count for the objects you've changed.

answered