Microflow Error

-2
Hi all, Currently we have a microflow which retrieves a list of people that live in a certain house. With an aggragate function it counts the amount of people and changes an attribute with the outcome afterwards. In the datagrid a button has been added that links to the microflow. Now we get the following error: "Property 'On Click' of microflow button of data grid 'grid1'." Is there anyone that can solve this problem? Thanks in advance, Jim
asked
1 answers
1

You have to select the microflow, which you want to trigger with the button. Right click and select the microflow which you've made to count the amount of people and your error will magically disappear.

answered