Distinct Function

0
In the below, I need to show only one row instead of multiple duplicate rows. Those rows are populated using Microflow. Is there Distinct Function in Mendix, so that duplicate entries can be removed??
asked
1 answers
4

Hi, since you are already using a microflow to retrieve the list, you can use the list operation “Union” on the same list to remove the duplicates. See here for more details about Mendix list operations: https://docs.mendix.com/refguide/list-operation

 

answered