Can we perform query in existing DB using microflow in mendix

0
Hi, I am having almost 2000 data entries . In the microflow I am trying to filter the data using intersect list operation. For this, I am using a loop to check each entry, which is hampering the performance. Is there a way we can perform DB query in microflow and fetch the data.
asked
2 answers
1

Hi Anjali,

you can OQL to retrieve the data in a microflow

https://docs.mendix.com/refguide/oql

 

Thanks,

Bharathidasan

answered
0

Yes, you can use a 'retrieve’ action in your microflow and select ‘from database’ 

 

You can also try out some of the learning paths that Mendix offers.

answered