Hi ,
I want to compare two collection and store matching value in another collection how can I achieve it.
Please help me.

Hi ,
I want to compare two collection and store matching value in another collection how can I achieve it.
Please help me.
Hi, something like the below should do the trick, you can change ID to any column you wish
ClearCollect(col3,Filter(col1,ID in col2.ID))