How to configure a microflow to trigger based on an attribute

0
I have a microflow for a data view. This Microflow gets executed whenever the page is loaded freshly or refreshed. But i want this microflow to be triggered and executed everytime an other attribute is changed. How can i do it?
asked
3 answers
3

You can place a on change microflow on the attribute so it triggers a refresh after it's changed. 

answered
1

Hi,

Here is an example of were to set the microflow. Under 'Events --> On change' select the microflow that updates your dataview.

This is all assuming the attribute is changed by the user directly, is that the case?

 

answered
-1

You can create a after commit event in the domain model

answered