Microflow error due to list return type

0
I am trying the below, Execute a query using a database connector. Return the results in a data view / grid.   Error is “Microflow is not returning a list”.  I am new to Mendix, Can any one direct me to a tuotorial where i can find step by step actions to configure and retrieve table data from database.   Thank in Advance.
asked
2 answers
1

You can find all you need on Mendix’ Academy-site

You best start with these two:

 

answered
0

Hi Karthikeyen,

The following documentation will help you to return the list using a microflow

https://docs.mendix.com/refguide/microflow-source

This Forum question will helps to achieve it 

https://forum.mendix.com/link/questions/404

answered