Hi @Mallikarjun appani ,
Thank you for posting query in Microsoft Q&A Platform.
As per my understanding, you are using Assert Transformation to check duplicates and using Assert Types "Except Unique". For this Assert type when you are using column name directly then you see results good then when you pass column name from parameter then you see incorrect results. Please correct me if my understanding is wrong.
I am able to reproduce your scenario.
When you used parameter then you need to make sure using byName() function to treat value inside that parameter as column name.
Please check below screenshots and details for better idea.
Hope this helps. Please let us know if any further queries. Thank you.
----------
Please consider hitting Accept Answer
. Accepted answers helps community as well.