two tables data compare

0
when we create two data tables, how can we compare data of two tables if any mis match are their,two tables are given two values sam one different ,so when i compare it should display only same data available in two tables
asked
3 answers
1

You should create a microflow for that. Retrieve all objects of the first entity and iterate over them comparing them with the other entity. When you have a match set a reference with both objects to the helper entity. Then you could use that helper entity to show the results.

Regards,

Ronald

answered
0

Hi Leema,

Did you try to compare it in a microflow before? If you specifically want to show two tables, you can change the lists in the MF before the page, commit it and retrieve it as data grid/list view on the page self..

answered
0

how does this work then? 

answered