In the microflow, how can I get the data from List?

0
In a microflow,  I use Execute query get the data from external database, its return type is List. Now I want to get a piece of data in the List for the next judgement. How can I get it? Thankyou.
asked
1 answers
1

Have a look at the Mendix list operations. These help you find and use data in lists.

https://docs.mendix.com/refguide/list-operation

 

answered