Removing duplicates on a table

0
Hi,   I am using a Dynamic Data Grid from the market place. It is coming up with the game twice for each of the people. I only want each game to show once. Is there a way of removing duplicates using a microflow? Thanks  
asked
1 answers
0

Hi Jessica,

 

Simplest way to remove duplicates from the list in microflow is to do the Union operation on your Entity, Game I suppose. Here is the example with Account entity:

 

image.png

 

 

Here is the documentation about Union as well

 

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

It is specified what it does under 3.1.1

 

 

Hope this is what you need

 

answered