Re-generate list view object by rerunning microflow

0
I currently have a list view widget whose data is autogenerated on page load from a microflow. However, I also have some search query input fields outside of the list view, which I would like to apply to the generation process of the microflow that is run to generate the list view’s data. When I change the value in the input fields for the search, it should automatically rerun the microflow and update the data. However, as far as I can see, I can’t find any functionality to force a list view or data view to re-run it’s microflow a second time, after the page has already loaded. Is this possible to do?
asked
2 answers
0

When you refresh the main object of the page the microflow will also trigger again. If that for some reason does not work you could close and reopen the page again to force a reload.

Regards,

Ronald

 

answered
0

hi all,

i do like this , so every time you type the search the list will refresh accordingly .

hope that help

 

 

answered