How to refresh a microflow reference selector in a data view ?

0
Hi guys, I’m glad to be part as a new low code developer in Mendix ecosystem. I’m facing an issue when i try to build a simple entity form with a reference selector linked to a microflow that returns a list of object to display. When i make some changes in other fields, i have to update the list in the reference selector. The call to the microflow is well done (i see my logs), but the data in the drop down don’t change. Don’t know if i miss something ? Thanks in advance MC
asked
1 answers
2

Re-posting it in the answers:

Add an on change event on both the dates and just do a refresh of the context object. This will trigger the microflow again and then you should see the updated results.

answered