Call RestService in Native Mobile App

0
Hello Mendixer, Hope you can help.   I made an native mobile app and i want to make a CallRest Service. so i made the Nanoflow that calls the Microflow:   The Microflow: in the listview i made the Nanoflow as the DataSource.   The error: Parameter Vehicles of the selected Nanoflow does not match available arguments. No arguments are available to ListView1.   I know you can give me a Advice because this is for sure a noob Problem.  Thanks Best Regards,  
asked
2 answers
1

In your microflow you synchronize the vehicles to the device's local database. Your listview should therefore have 'from database' as the datasource, or a nanoflow that retrieves from database. If you add a retrieve in the nanoflow after the microflow call you should be able to pass that list to your listview.

answered
0

Hey Lennart,

thanks for you Advice. works great.

Always nice to learn something new.

answered