How to use nanoflow/microflow as data source in list view

0
Hi , I am using mendix 10.6.10. I have a page with data view and inside it there is a list view. Inside list view I want to get data from a microflow/nanoflow by using association, but when I have used a nanoflow as data source in list view, in UI , it is showing an ERROR called This widget is only compatible with list view data source type 'Database' and 'XPath'.  I don't have data in database, it is in association, so how can I resolve it or achieve it. Please help me out as it is urgent
asked
1 answers
2

Hi Trishla,

For your scenerio, you need to pass the dataview parameter to microflow and retrieve using by association in microflow and return the list. call the microflow as datasource for the listview

answered