Reference Selector OnChange event triggers infinite loop

0
I am working on a simple form that contains a reference selector and a list view. Basically, I would like to display data in the list view per what is selected in the reference selector. I have created a micro flow that is triggered from the onchange event of the reference selector. When I select an object in the reference selector it does trigger the Microflow but it gets stuck in an infinite loop and the microflow just keep running over and over again. I'm not sure what I am doing wrong here.
asked
2 answers
1

I have shared it via the url listed below. Thanks again for responding.

https://modelshare.mendix.com/models/b9cfc78f-9e93-498c-ac55-6db24682135c/reference-selector-onchange-event-triggers-infinite-loop-mf-load-prel-product-questions

answered
0

You could share your On Change microflow via ModelShare to be able to give some more information. I think it'll probably have something to do with refreshes happening and 'resetting' / changing the data again.

answered